public interface RemoteConfigurationSource<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getConfig()
Returns the latest received configuration from this source.
|
void |
setConfigurationChangeCallback(Consumer<T> callback)
Registers a callback to be called when the remote configuration has changed
|
default void |
start() |
default void |
stop() |
T getConfig()
void setConfigurationChangeCallback(Consumer<T> callback)
default void start()
default void stop()