CommandHandler

Handler interface for processing command exchanges.

Implementations of this interface are responsible for handling server command exchanges through a filter chain, providing the main entry point for command processing.

Inheritors

Functions

Link copied to clipboard
abstract fun handle(context: ServerCommandExchange<*>): Mono<Void>

Method to execute the handling logic.

Link copied to clipboard

Wraps a CommandHandler with metrics collection capabilities. Returns a MetricCommandHandler that collects metrics on command handling operations.