TracingEventStore

Constructors

Link copied to clipboard
constructor(delegate: EventStore)

Properties

Link copied to clipboard
open override val delegate: EventStore

Functions

Link copied to clipboard
open override fun append(eventStream: DomainEventStream): Mono<Void>
Link copied to clipboard
open override fun load(aggregateId: AggregateId, headVersion: Int, tailVersion: Int): Flux<DomainEventStream>
Link copied to clipboard