Uses of Enum Class
org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties.ReloadStrategy
Packages that use ConfigReloadProperties.ReloadStrategy
-
Uses of ConfigReloadProperties.ReloadStrategy in org.springframework.cloud.kubernetes.commons.config.reload
Subclasses with type arguments of type ConfigReloadProperties.ReloadStrategy in org.springframework.cloud.kubernetes.commons.config.reloadModifier and TypeClassDescriptionstatic enumReload strategies.Methods in org.springframework.cloud.kubernetes.commons.config.reload that return ConfigReloadProperties.ReloadStrategyModifier and TypeMethodDescriptionConfigReloadProperties.strategy()Returns the value of thestrategyrecord component.Returns the enum constant of this class with the specified name.ConfigReloadProperties.ReloadStrategy.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.ReloadStrategyModifierConstructorDescriptionConfigReloadProperties(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.