Companion
object Companion
Properties
Link copied to clipboard
Header key for storing the tail context name.
Link copied to clipboard
Header key for storing the tail function name.
Link copied to clipboard
Prefix for all waiting chain tail header keys.
Link copied to clipboard
Header key for storing the tail processor name.
Link copied to clipboard
Header key for storing the tail stage.
Functions
Link copied to clipboard
Extracts a waiting chain tail from the message header.
Link copied to clipboard
fun CommandStage.toWaitingChainTail(function: NamedFunctionInfoData = NamedFunctionInfoData.EMPTY): WaitingChainTail
Converts a CommandStage to a WaitingChainTail with optional function criteria. For stages that require function waiting, the provided function is used. For stages that don't require function waiting, an empty function is used.