invokeCommand

abstract fun invokeCommand(exchange: ServerCommandExchange<*>): Mono<*>

Invokes the main command logic.

Subclasses must implement this method to provide the core command processing.

Return

A Mono containing the result of the command execution.

Parameters

exchange

The server command exchange containing the command and context.