send

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

Sends a domain event stream 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 event stream is sent

Parameters

message

the domain event stream to send