Package-level declarations

Types

Link copied to clipboard
class BusProperties(@DefaultValue(value = ["kafka"]) var type: BusType = BusType.KAFKA, var localFirst: LocalFirstProperties = LocalFirstProperties())
Link copied to clipboard
Link copied to clipboard
@ConditionalOnProperty(value = ["wow.enabled"], matchIfMissing = true, havingValue = "true")
annotation class ConditionalOnWowEnabled
Link copied to clipboard
interface EnabledCapable
Link copied to clipboard
class LocalFirstProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true) : EnabledCapable
Link copied to clipboard
@AutoConfiguration
@EnableConfigurationProperties(value = [WowProperties::class])
class WowAutoConfiguration(wowProperties: WowProperties)

Wow AutoConfiguration .

Link copied to clipboard
@ConfigurationProperties(prefix = "wow")
class WowProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true, var contextName: String?) : EnabledCapable

Properties

Link copied to clipboard