WaitingChainTail

class WaitingChainTail(val stage: CommandStage, val function: NamedFunctionInfoData)

Represents the tail (final) stage in a waiting chain. This class encapsulates the final stage and function criteria that a waiting chain should wait for after completing the main processing stages.

Parameters

stage

The command processing stage to wait for.

function

The function criteria for the stage (may be empty for non-function stages).

Constructors

Link copied to clipboard
constructor(stage: CommandStage, function: NamedFunctionInfoData)

Types

Link copied to clipboard
object Companion

Properties

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<*, *>)