send

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

Sends a message through the in-memory bus.

The message is made read-only before sending and emitted to all subscribers of the message's aggregate. If there are no subscribers, the message is silently dropped.

Return

A Mono that completes when the message has been sent

Parameters

message

The message to send