|
Interface Summary |
| CommunicationServer<T> |
The API that encapsulates any communication interface for configuration
management. |
| ConfigReader<T> |
Establish if the configuration data has changed and reconfigure the endpoint
with the new configuration data. |
| ConfigSaver<T> |
Persist configuration changes |
| Configurator<T> |
This interface encapsulates the logic to reconfigure an endpoint instance. |
| EndpointStarter |
Provides a simple interface to start an endpoint. |
| ReconfigNotifier |
The 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. |