invokeCommand

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

Invokes the recover command by returning a DefaultAggregateRecovered event.

Return

A Mono containing the DefaultAggregateRecovered event.

Parameters

exchange

The server command exchange containing the recover command.