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