public interface ConfigChangeCallback
ConfigProvider
for subscribing to changes.Modifier and Type | Method and Description |
---|---|
void |
onChange(String path,
ConfigData data)
Performs an action when configuration data changes.
|
void onChange(String path, ConfigData data)
path
- the path at which the data residesdata
- the configuration data