Create ConfigmanagerController
Create a ConfigmanagerController class where the Configmanager can send requests to the connector like the broker registration: POST: registerConnectorAtBroker(BrokerID) POST: unregisterConnectorAtBroker(BrokerID) POST: updateConnectorAtBroker(BrokerID)
Or other requests from the UI which are forwarded by the Configmanager to the connector.