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