Uses of Enum Class
org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadDetectionMode
Packages that use ConfigReloadProperties.ReloadDetectionMode
-
Uses of ConfigReloadProperties.ReloadDetectionMode in org.springframework.cloud.kubernetes.commons.config.reload
Subclasses with type arguments of type ConfigReloadProperties.ReloadDetectionMode in org.springframework.cloud.kubernetes.commons.config.reloadModifier and TypeClassDescriptionstatic enumReload detection modes.Methods in org.springframework.cloud.kubernetes.commons.config.reload that return ConfigReloadProperties.ReloadDetectionModeModifier and TypeMethodDescriptionConfigReloadProperties.mode()Returns the value of themoderecord component.Returns the enum constant of this class with the specified name.ConfigReloadProperties.ReloadDetectionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.cloud.kubernetes.commons.config.reload with parameters of type ConfigReloadProperties.ReloadDetectionModeModifierConstructorDescriptionConfigReloadProperties(boolean enabled, boolean monitoringConfigMaps, boolean monitoringSecrets, ConfigReloadProperties.ReloadStrategy strategy, ConfigReloadProperties.ReloadDetectionMode mode, Duration period, Set<String> namespaces, boolean enableReloadFiltering, Duration maxWaitForRestart) Creates an instance of aConfigReloadPropertiesrecord class.