ElasticsearchQueryProperties

@ConfigurationProperties(prefix = "wow.elasticsearch.query")
class ElasticsearchQueryProperties(@DefaultValue(value = ["10000"]) val batchSize: Int, @DefaultValue(value = ["1m"]) val keepAlive: Duration = Duration.ofMinutes(1))

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["10000"]) batchSize: Int, @DefaultValue(value = ["1m"]) keepAlive: Duration = Duration.ofMinutes(1))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard