Uses of Record 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 TypeFieldDescriptionstatic ConfigReloadPropertiesConfigReloadProperties.DEFAULTdefault instance.Methods in org.springframework.cloud.kubernetes.commons.config.reload with parameters of type ConfigReloadPropertiesModifier 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 ConfigReloadPropertiesModifierConstructorDescriptionPollingConfigMapChangeDetector(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)