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.