send
Sends a command message, prioritizing local processing. Void commands are automatically configured to not use local-first behavior.
Return
A Mono that completes when the command is processed.
Parameters
message
The command message to send.
Sends a command message, prioritizing local processing. Void commands are automatically configured to not use local-first behavior.
A Mono that completes when the command is processed.
The command message to send.