MongoProperties

@ConfigurationProperties(prefix = "wow.mongo")
class MongoProperties(@DefaultValue(value = ["true"]) val enabled: Boolean = true, @DefaultValue(value = ["true"]) var autoInitSchema: Boolean = true, val eventStreamDatabase: String?, val snapshotDatabase: String?, val prepareDatabase: String?) : EnabledCapable

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["true"]) enabled: Boolean = true, @DefaultValue(value = ["true"]) autoInitSchema: Boolean = true, eventStreamDatabase: String?, snapshotDatabase: String?, prepareDatabase: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val enabled: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard