Package org.apache.kafka.common.config
Interface ConfigChangeCallback
- 
 public interface ConfigChangeCallbackA callback passed toConfigProviderfor subscribing to changes.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonChange(String path, ConfigData data)Performs an action when configuration data changes.
 
- 
- 
- 
Method Detail- 
onChangevoid onChange(String path, ConfigData data) Performs an action when configuration data changes.- Parameters:
- path- the path at which the data resides
- data- the configuration data
 
 
- 
 
-