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