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
@ConditionalOnProperty(value = ["wow.enabled"], matchIfMissing = true, havingValue = "true")
Link copied to clipboard
interface EnabledCapable
Link copied to clipboard
class LocalFirstProperties(@DefaultValue(value = ["true"] ) var enabled: Boolean = true) : EnabledCapable
Link copied to clipboard
Wow AutoConfiguration .
Link copied to clipboard
@ConfigurationProperties(prefix = "wow")