WebFluxProperties
@ConfigurationProperties(prefix = "wow.webflux")
Constructors
Link copied to clipboard
@Autowired(required = false)
Types
Link copied to clipboard
data class GlobalError(@DefaultValue(value = ["true"] ) var enabled: Boolean = true) : EnabledCapable
Link copied to clipboard
data class Query(@DefaultValue(value = ["1000"] ) var maxListSize: Int = 1000, @DefaultValue(value = ["100"] ) var maxPageSize: Int = 100, @DefaultValue(value = ["10000"] ) var maxPageWindow: Long, @DefaultValue(value = ["128"] ) var maxFilterNodes: Int = DEFAULT_MAX_FILTER_NODES, @DefaultValue(value = ["1000"] ) var maxFilterValues: Int = 1000, @DefaultValue(value = ["true"] ) var allowExpensiveOperators: Boolean = true, @DefaultValue(value = ["10s"] ) var idleTimeout: Duration = Duration.ofSeconds(10))