public interface ConnectorRegistry
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TopologyConnectorClientInformation> |
listOutgoingConnectors()
Lists all outgoing topology connectors
|
void |
pingOutgoingConnectors(boolean force)
ping all outgoing topology connectors
|
TopologyConnectorClientInformation |
registerOutgoingConnector(ClusterViewService clusterViewService,
java.net.URL topologyConnectorEndpoint)
Register an outgoing topology connector using the provided endpoint url
|
boolean |
unregisterOutgoingConnector(java.lang.String id)
Unregister an outgoing topology connector identified by the given (connector) id
|
TopologyConnectorClientInformation registerOutgoingConnector(ClusterViewService clusterViewService, java.net.URL topologyConnectorEndpoint)
java.util.Collection<TopologyConnectorClientInformation> listOutgoingConnectors()
void pingOutgoingConnectors(boolean force)
boolean unregisterOutgoingConnector(java.lang.String id)
Copyright © 2022 The Apache Software Foundation. All rights reserved.