Uses of Record Class
org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationUpdateStrategy
Packages that use ConfigurationUpdateStrategy
-
Uses of ConfigurationUpdateStrategy in org.springframework.cloud.kubernetes.commons.config.reload
Fields in org.springframework.cloud.kubernetes.commons.config.reload declared as ConfigurationUpdateStrategyModifier and TypeFieldDescriptionstatic final ConfigurationUpdateStrategyConfigurationUpdateStrategy.NOOPStrategy that does nothing.protected ConfigurationUpdateStrategyConfigurationChangeDetector.strategyMethods in org.springframework.cloud.kubernetes.commons.config.reload that return ConfigurationUpdateStrategyModifier and TypeMethodDescriptionConfigReloadAutoConfiguration.configurationUpdateStrategy(ConfigReloadProperties properties, org.springframework.context.ConfigurableApplicationContext ctx, Optional<org.springframework.cloud.context.restart.RestartEndpoint> restarter, org.springframework.cloud.context.refresh.ContextRefresher refresher) Constructors in org.springframework.cloud.kubernetes.commons.config.reload with parameters of type ConfigurationUpdateStrategyModifierConstructorDescriptionPollingConfigMapChangeDetector(org.springframework.core.env.AbstractEnvironment environment, ConfigReloadProperties properties, ConfigurationUpdateStrategy strategy, Class<? extends org.springframework.core.env.MapPropertySource> propertySourceClass, org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator, org.springframework.scheduling.TaskScheduler taskExecutor) PollingSecretsChangeDetector(org.springframework.core.env.AbstractEnvironment environment, ConfigReloadProperties properties, ConfigurationUpdateStrategy strategy, Class<? extends org.springframework.core.env.MapPropertySource> propertySourceClass, org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator, org.springframework.scheduling.TaskScheduler taskExecutor)