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
class LocalFirstProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true) : EnabledCapable
Link copied to clipboard
@AutoConfiguration(before = [LifecycleAutoConfiguration::class])
@EnableConfigurationProperties(value = [WowProperties::class, LifecycleProperties::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? = null, @DefaultValue(value = ["60s"]) var shutdownTimeout: Duration = DEFAULT_SHUTDOWN_TIMEOUT, @DefaultValue(value = ["1s"]) var shutdownQuietPeriod: Duration = DEFAULT_SHUTDOWN_QUIET_PERIOD) : EnabledCapable
Link copied to clipboard

Deterministic ordering for the built-in runtime components.

Properties

Link copied to clipboard
Link copied to clipboard