Class ConfigurationChangeDetector

java.lang.Object
org.springframework.cloud.kubernetes.commons.config.reload.ConfigurationChangeDetector
Direct Known Subclasses:
PollingConfigMapChangeDetector, PollingSecretsChangeDetector

public abstract class ConfigurationChangeDetector extends Object
This is the superclass of all beans that can listen to changes in the configuration and fire a reload.
Author:
Nicola Ferraro