Uses of Class
io.awspring.cloud.autoconfigure.config.reload.ReloadProperties
Packages that use ReloadProperties
Package
Description
ConfigDataLoader
implementation for AWS Parameter Store.Common classes used for reloading configuration properties.
ConfigDataLoader
implementation for AWS Secrets Manager.-
Uses of ReloadProperties in io.awspring.cloud.autoconfigure.config.parameterstore
Methods in io.awspring.cloud.autoconfigure.config.parameterstore that return ReloadPropertiesMethods in io.awspring.cloud.autoconfigure.config.parameterstore with parameters of type ReloadPropertiesModifier and TypeMethodDescriptionvoid
ParameterStoreProperties.setReload
(ReloadProperties reload) -
Uses of ReloadProperties in io.awspring.cloud.autoconfigure.config.reload
Fields in io.awspring.cloud.autoconfigure.config.reload declared as ReloadPropertiesModifier and TypeFieldDescriptionprotected ReloadProperties
ConfigurationChangeDetector.properties
Methods in io.awspring.cloud.autoconfigure.config.reload with parameters of type ReloadPropertiesModifier and TypeMethodDescriptionstatic ConfigurationUpdateStrategy
ConfigurationUpdateStrategy.create
(ReloadProperties reloadProperties, org.springframework.cloud.context.refresh.ContextRefresher refresher, Optional<org.springframework.cloud.context.restart.RestartEndpoint> restarter) Constructors in io.awspring.cloud.autoconfigure.config.reload with parameters of type ReloadPropertiesModifierConstructorDescriptionConfigurationChangeDetector
(ReloadProperties properties, ConfigurationUpdateStrategy strategy, ConfigurableEnvironment environment, Class<T> propertySourceClass) PollingAwsPropertySourceChangeDetector
(ReloadProperties properties, Class<T> clazz, ConfigurationUpdateStrategy strategy, TaskScheduler taskExecutor, ConfigurableEnvironment environment) -
Uses of ReloadProperties in io.awspring.cloud.autoconfigure.config.secretsmanager
Methods in io.awspring.cloud.autoconfigure.config.secretsmanager that return ReloadPropertiesMethods in io.awspring.cloud.autoconfigure.config.secretsmanager with parameters of type ReloadPropertiesModifier and TypeMethodDescriptionvoid
SecretsManagerProperties.setReload
(ReloadProperties reload)