Command Wait Strategy
Whether this strategy supports void commands.
The unique identifier for the wait command. This ID is used to match wait strategies with command processing results.
Marks the wait strategy as completed.
Signals an error occurred during command processing.
Receives the next processing result signal from downstream processors.
Registers a callback to be executed when the strategy completes.
执行传播操作
Returns a flux of wait signals as processing progresses.
Returns a mono that completes with the final wait signal.