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.
stage identifies the command-processing stage, isLastProjection marks the final projection, and commands contains command IDs sent by a saga as a result of this processing.
See also
Inheritors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The unique identifier for the wait command. This ID is used to match wait plans with command processing results.