send

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

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

Return

a Mono that completes when the state event is sent

Parameters

message

the state event to send