SimpleWaitingForChain
A waiting strategy that implements a simple chain of command processing stages. This strategy waits for saga handling completion with specific function criteria, then waits for additional commands generated by the saga to complete their processing. It's designed for scenarios where sagas generate follow-up commands that need to be waited on.
Parameters
The unique identifier for this wait strategy.
The materialized waiting chain configuration.
Properties
Functions
Determines if the given wait signal represents a prerequisite stage. Prerequisite signals are those that must complete before this wait strategy can consider its waiting condition satisfied.
Receives the next processing result signal from downstream processors.
Returns a flux of wait signals as processing progresses.
Returns a mono that completes with the final wait signal.