Wow
Toggle table of contents
6.0.6
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.command.wait
/
WaitSignal
Wait
Signal
interface
WaitSignal
:
Identifier
,
WaitCommandIdCapable
,
CommandId
,
AggregateIdCapable
,
NullableAggregateVersionCapable
,
ErrorInfo
,
SignalTimeCapable
,
CommandResultCapable
,
FunctionInfoCapable
<
FunctionInfoData
>
Inheritors
SimpleWaitSignal
Members
Members & Extensions
Properties
aggregate
Id
Link copied to clipboard
abstract
val
aggregateId
:
AggregateId
aggregate
Version
Link copied to clipboard
abstract
val
aggregateVersion
:
Int
?
binding
Errors
Link copied to clipboard
open
val
bindingErrors
:
List
<
BindingError
>
command
Id
Link copied to clipboard
abstract
val
commandId
:
String
commands
Link copied to clipboard
abstract
val
commands
:
List
<
String
>
List of command IDs sent by Saga
error
Code
Link copied to clipboard
abstract
val
errorCode
:
String
error
Msg
Link copied to clipboard
abstract
val
errorMsg
:
String
function
Link copied to clipboard
abstract
override
val
function
:
FunctionInfoData
id
Link copied to clipboard
abstract
val
id
:
String
is
Last
Projection
Link copied to clipboard
abstract
val
isLastProjection
:
Boolean
result
Link copied to clipboard
abstract
val
result
:
Map
<
String
,
Any
>
signal
Time
Link copied to clipboard
abstract
val
signalTime
:
Long
stage
Link copied to clipboard
abstract
val
stage
:
CommandStage
succeeded
Link copied to clipboard
open
val
succeeded
:
Boolean
wait
Command
Id
Link copied to clipboard
abstract
val
waitCommandId
:
String
Functions
copy
Result
Link copied to clipboard
abstract
fun
copyResult
(
result
:
Map
<
String
,
Any
>
)
:
WaitSignal
to
Group
Key
Link copied to clipboard
fun
AggregateIdCapable
.
toGroupKey
(
parallelism
:
Int
=
DEFAULT_PARALLELISM
)
:
Int
to
Result
Link copied to clipboard
fun
WaitSignal
.
toResult
(
commandMessage
:
CommandMessage
<
*
>
)
:
CommandResult