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