Class PollingAwsPropertySourceChangeDetector<T extends AwsPropertySource<?,?>>

java.lang.Object
io.awspring.cloud.autoconfigure.config.reload.ConfigurationChangeDetector<T>
io.awspring.cloud.autoconfigure.config.reload.PollingAwsPropertySourceChangeDetector<T>
Type Parameters:
T - - property source class to check
All Implemented Interfaces:
InitializingBean

public class PollingAwsPropertySourceChangeDetector<T extends AwsPropertySource<?,?>> extends ConfigurationChangeDetector<T> implements InitializingBean
Configuration change detector that checks for changed configuration on a scheduled basis. Heavily inspired by Spring Cloud Kubernetes.
Author:
Matej Nedic, Maciej Walkowiak