Uses of Class
io.awspring.cloud.autoconfigure.config.reload.ConfigurationChangeDetector
Packages that use ConfigurationChangeDetector
Package
Description
ConfigDataLoader
implementation for AWS Parameter Store.Common classes used for reloading configuration properties.
ConfigDataLoader
implementation for AWS Secrets Manager.-
Uses of ConfigurationChangeDetector in io.awspring.cloud.autoconfigure.config.parameterstore
Methods in io.awspring.cloud.autoconfigure.config.parameterstore that return ConfigurationChangeDetectorModifier and TypeMethodDescriptionParameterStoreReloadAutoConfiguration.parameterStorePollingAwsPropertySourceChangeDetector
(ParameterStoreProperties properties, ConfigurationUpdateStrategy strategy, org.springframework.cloud.commons.util.TaskSchedulerWrapper<TaskScheduler> taskScheduler, ConfigurableEnvironment environment) -
Uses of ConfigurationChangeDetector in io.awspring.cloud.autoconfigure.config.reload
Subclasses of ConfigurationChangeDetector in io.awspring.cloud.autoconfigure.config.reloadModifier and TypeClassDescriptionclass
PollingAwsPropertySourceChangeDetector<T extends AwsPropertySource<?,
?>> Configuration change detector that checks for changed configuration on a scheduled basis. -
Uses of ConfigurationChangeDetector in io.awspring.cloud.autoconfigure.config.secretsmanager
Methods in io.awspring.cloud.autoconfigure.config.secretsmanager that return ConfigurationChangeDetectorModifier and TypeMethodDescriptionSecretsManagerReloadAutoConfiguration.secretsManagerPollingAwsPropertySourceChangeDetector
(SecretsManagerProperties properties, ConfigurationUpdateStrategy strategy, org.springframework.cloud.commons.util.TaskSchedulerWrapper<TaskScheduler> taskScheduler, ConfigurableEnvironment environment)