ElasticsearchSnapshotQueryService
class ElasticsearchSnapshotQueryService<S : Any>(val namedAggregate: NamedAggregate, val elasticsearchClient: ReactiveElasticsearchClient, val conditionConverter: ConditionConverter<Query> = SnapshotConditionConverter) : AbstractElasticsearchQueryService<MaterializedSnapshot<S>> , SnapshotQueryService<S>
Constructors
Link copied to clipboard
constructor(namedAggregate: NamedAggregate, elasticsearchClient: ReactiveElasticsearchClient, conditionConverter: ConditionConverter<Query> = SnapshotConditionConverter)