ElasticsearchEventStreamQueryBackend
class ElasticsearchEventStreamQueryBackend(val namedAggregate: NamedAggregate, val elasticsearchClient: ReactiveElasticsearchClient, val filterCompiler: AbstractElasticsearchFilterCompiler = EventStreamFilterCompiler, queryBatchSize: Int = DEFAULT_SEARCH_BATCH_SIZE, queryKeepAlive: Duration = DEFAULT_PIT_KEEP_ALIVE) : AbstractElasticsearchQueryBackend, EventStreamQueryBackend
Constructors
Link copied to clipboard
constructor(namedAggregate: NamedAggregate, elasticsearchClient: ReactiveElasticsearchClient, filterCompiler: AbstractElasticsearchFilterCompiler = EventStreamFilterCompiler, queryBatchSize: Int = DEFAULT_SEARCH_BATCH_SIZE, queryKeepAlive: Duration = DEFAULT_PIT_KEEP_ALIVE)