send

open override fun send(message: CommandMessage<*>): Mono<Void>

Sends a command message and collects metrics on the operation. Metrics collected include timing, success/failure rates, and tags for aggregate and command identification.

Return

a Mono that completes when the command is sent

Parameters

message

the command message to send