send

abstract fun send(message: M): Mono<Void>

Sends a message through the message bus.

Return

A Mono that completes when the message has been sent

Parameters

message

The message to send