WowProperties

@ConfigurationProperties(prefix = "wow")
class WowProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true, var contextName: String?, @DefaultValue(value = ["60s"]) var shutdownTimeout: Duration = Duration.ofSeconds(60)) : EnabledCapable

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["true"]) enabled: Boolean = true, contextName: String?, @DefaultValue(value = ["60s"]) shutdownTimeout: Duration = Duration.ofSeconds(60))

Properties

Link copied to clipboard
Link copied to clipboard
open override var enabled: Boolean
Link copied to clipboard