ElasticsearchEventStore
class ElasticsearchEventStore(elasticsearchClient: ReactiveElasticsearchClient, refreshPolicy: Refresh = Refresh.True) : AbstractEventStore
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
open override fun load(aggregateId: AggregateId, headVersion: Int, tailVersion: Int): Flux<DomainEventStream>