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 TypeMethodDescriptionvoidParameterStoreProperties.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 ReloadPropertiesConfigurationChangeDetector.propertiesMethods in io.awspring.cloud.autoconfigure.config.reload with parameters of type ReloadPropertiesModifier and TypeMethodDescriptionstatic ConfigurationUpdateStrategyConfigurationUpdateStrategy.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 TypeMethodDescriptionvoidSecretsManagerProperties.setReload(ReloadProperties reload)