invokeCommand

open override fun invokeCommand(exchange: ServerCommandExchange<*>): Mono<*>

Invokes the delegate command function with checkpointing for debugging.

Return

A Mono containing the command result, with a checkpoint for reactive debugging.

Parameters

exchange

The server command exchange.