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