append

open override fun append(eventStream: DomainEventStream): Mono<Void>

Appends a domain event stream to the event store 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 appended

Parameters

eventStream

the domain event stream to append