SimpleWaitingChain

A simple waiting chain that waits for saga handling completion followed by a tail stage. This wait chain 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

tail

The tail stage and function to wait for after saga handling.

function

The function criteria for saga handling stage.

Constructors

Link copied to clipboard
constructor(tail: WaitingChainTail, function: NamedFunctionInfoData)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun propagate(commandWaitEndpoint: String, header: Header)
fun propagate(header: Header, upstream: Message<*, *>)