WaitSignal
interface WaitSignal : Identifier, WaitCommandIdCapable, CommandId, AggregateIdCapable, NullableAggregateVersionCapable, ErrorInfo, SignalTimeCapable, CommandResultCapable, FunctionInfoCapable<FunctionInfoData>
Signal representing a command processing stage completion.
WaitSignal contains all information about a specific stage in command processing, including success/failure status, aggregate state, and any generated commands.
See also
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
whether this is the final projection for the command
Link copied to clipboard
Link copied to clipboard
the command processing stage this signal represents
Link copied to clipboard
The unique identifier for the wait command. This ID is used to match wait strategies with command processing results.