PrepareProperties

@ConfigurationProperties(prefix = "wow.prepare")
class PrepareProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true, var storage: PrepareStorage = PrepareStorage.MONGO) : EnabledCapable

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["true"]) enabled: Boolean = true, storage: PrepareStorage = PrepareStorage.MONGO)

Types

Link copied to clipboard
object Companion

Properties

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