Interface ReconfigNotifier
-
public interface ReconfigNotifierThe communication components of the config management system may create instances of this listener that are used then to notify clients when the endpoint was reconfigured.- Author:
- Fabian Ritzmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendNotification()Emit a notification that the endpoint was reconfigured.
-