WaitingFor
Abstract base class for wait strategies that wait for specific command processing stages. Provides common functionality for managing wait signals, completion, and error handling. Subclasses must implement the logic for determining which signals are relevant.
Inheritors
Properties
Functions
Link copied to clipboard
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.
Link copied to clipboard
Receives the next processing result signal from downstream processors.
Link copied to clipboard
Returns a flux of wait signals as processing progresses.
Link copied to clipboard
Returns a mono that completes with the final wait signal.