Package-level declarations
Types
Link copied to clipboard
class AfterCommandFunction<C : Any>(val metadata: AfterCommandFunctionMetadata<C>, val delegate: MessageFunction<C, ServerCommandExchange<*>, Mono<*>>) : MessageFunction<C, ServerCommandExchange<*>, Mono<*>> , Decorator<MessageFunction<C, ServerCommandExchange<*>, Mono<*>>> , Ordered
Represents an after-command function that executes after command processing.
Link copied to clipboard
data class AfterCommandFunctionMetadata<C : Any>(val function: FunctionAccessorMetadata<C, Mono<*>>) : Ordered
Metadata for an after-command function, containing configuration about which commands it applies to.