@InterfaceAudience.Private public interface PropagatingConfigurationObserver extends ConfigurationObserver
ConfigurationObserver. This is the preferred way to make a class online
 configurable because it allows the user to configure the children in a recursive manner
 automatically.| Modifier and Type | Method and Description | 
|---|---|
| void | deregisterChildren(ConfigurationManager manager)Needs to be called to deregister the children from the manager. | 
| void | registerChildren(ConfigurationManager manager)Needs to be called to register the children to the manager. | 
onConfigurationChangevoid registerChildren(ConfigurationManager manager)
manager - : to register tovoid deregisterChildren(ConfigurationManager manager)
manager - : to deregister fromCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.