ElasticsearchEventStoreBatchProperties
@ConfigurationProperties(prefix = "wow.elasticsearch.event-store-batch")
Constructors
Link copied to clipboard
constructor(@DefaultValue(value = ["false"] ) enabled: Boolean = false, @DefaultValue(value = ["128"] ) maxSize: Int = ElasticsearchEventStoreBatchOptions.DEFAULT_MAX_SIZE, @DefaultValue(value = ["1ms"] ) maxDelay: Duration = ElasticsearchEventStoreBatchOptions.DEFAULT_MAX_DELAY, @DefaultValue(value = ["4096"] ) maxPendingAppends: Int = ElasticsearchEventStoreBatchOptions.DEFAULT_MAX_PENDING_APPENDS, @DefaultValue(value = ["1"] ) laneCount: Int = ElasticsearchEventStoreBatchOptions.DEFAULT_LANE_COUNT)