WebFluxProperties
@ConfigurationProperties(prefix = "wow.webflux")
Constructors
Link copied to clipboard
constructor(@DefaultValue(value = ["true"] ) enabled: Boolean = true, globalError: WebFluxProperties.GlobalError = GlobalError())
Types
Link copied to clipboard
data class GlobalError(@DefaultValue(value = ["true"] ) var enabled: Boolean = true) : EnabledCapable