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

java.lang.Object
io.awspring.cloud.autoconfigure.config.reload.ConfigurationChangeDetector<T>
Direct Known Subclasses:
PollingAwsPropertySourceChangeDetector

public abstract class ConfigurationChangeDetector<T extends AwsPropertySource<?,?>> extends Object
This is the superclass of all beans that can listen to changes in the configuration and fire a reload. Heavily inspired by Spring Cloud Kubernetes.
Author:
Nicola Ferraro, Matej Nedic, Maciej Walkowiak