Interface RemoteConfigurationSource<T>
- All Known Implementing Classes:
KubernetesConfigMapRemoteConfigurationSource,PollingRemoteConfigurationSource
public interface RemoteConfigurationSource<T>
-
Method Summary
-
Method Details
-
getConfig
T getConfig()Returns the latest received configuration from this source. -
setConfigurationChangeCallback
Registers a callback to be called when the remote configuration has changed -
start
default void start() -
stop
default void stop()
-