DefaultCommandHandler
constructor(chain: FilterChain<ServerCommandExchange<*>>, errorHandler: ErrorHandler<ServerCommandExchange<*>> = LogResumeErrorHandler())
Parameters
chain
The filter chain to process commands through.
errorHandler
The error handler for handling exceptions during command processing. Defaults to LogResumeErrorHandler.