Uses of Class
org.springframework.cloud.kubernetes.commons.config.reload.ConfigReloadProperties
Packages that use ConfigReloadProperties
-
Uses of ConfigReloadProperties in org.springframework.cloud.kubernetes.commons.config.reload
Fields in org.springframework.cloud.kubernetes.commons.config.reload declared as ConfigReloadPropertiesModifier and TypeFieldDescriptionprotected ConfigReloadPropertiesConfigurationChangeDetector.propertiesMethods in org.springframework.cloud.kubernetes.commons.config.reload with parameters of type ConfigReloadPropertiesModifier and TypeMethodDescriptionConfigReloadAutoConfiguration.ConfigReloadAutoConfigurationBeans.configurationUpdateStrategy(ConfigReloadProperties properties, org.springframework.context.ConfigurableApplicationContext ctx, 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 ConfigReloadPropertiesModifierConstructorDescriptionConfigurationChangeDetector(org.springframework.core.env.ConfigurableEnvironment environment, ConfigReloadProperties properties, ConfigurationUpdateStrategy strategy) PollingConfigMapChangeDetector(org.springframework.core.env.AbstractEnvironment environment, ConfigReloadProperties properties, ConfigurationUpdateStrategy strategy, Class propertySourceClass, org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator) Deprecated.PollingConfigMapChangeDetector(org.springframework.core.env.AbstractEnvironment environment, ConfigReloadProperties properties, ConfigurationUpdateStrategy strategy, Class 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 propertySourceClass, org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator) Deprecated.PollingSecretsChangeDetector(org.springframework.core.env.AbstractEnvironment environment, ConfigReloadProperties properties, ConfigurationUpdateStrategy strategy, Class propertySourceClass, org.springframework.cloud.bootstrap.config.PropertySourceLocator propertySourceLocator, org.springframework.scheduling.TaskScheduler taskExecutor)