SimpleWaitingChain
A simple waiting chain that waits for saga handling completion followed by a tail stage. This strategy combines waiting for saga processing with an additional stage/function criteria. The chain waits for SAGA_HANDLED stage with specific function matching, then waits for the tail stage/function combination.
Parameters
The tail stage and function to wait for after saga handling.
The function criteria for saga handling stage.
Functions
Evaluates whether notification is required for the given processing stage. This allows wait strategies to filter notifications based on their waiting criteria.
Evaluates whether the wait signal should trigger a notification. Allows for complex filtering logic based on signal properties like stage, function info, error status, etc.
判断是否应该传播指定的消息