Package-level declarations

Types

Link copied to clipboard

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.