Class InterfaceCompatibleRegistryProtocol
java.lang.Object
org.apache.dubbo.registry.integration.RegistryProtocol
org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
- All Implemented Interfaces:
ScopeModelAware,org.apache.dubbo.rpc.Protocol
RegistryProtocol
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.dubbo.registry.integration.RegistryProtocol
RegistryProtocol.InvokerDelegate<T> -
Field Summary
Fields inherited from class org.apache.dubbo.registry.integration.RegistryProtocol
DEFAULT_REGISTER_CONSUMER_KEYS, DEFAULT_REGISTER_PROVIDER_KEYS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> ClusterInvoker<T> getInvoker(Cluster cluster, Registry registry, Class<T> type, URL url) <T> ClusterInvoker<T> getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url) Methods inherited from class org.apache.dubbo.registry.integration.RegistryProtocol
destroy, export, getDefaultPort, getOverrideListeners, getServers, reExport, reExport, refer, reRefer, setFrameworkModel, setProtocol, setProxyFactory, toSubscribeUrlMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.model.ScopeModelAware
setApplicationModel, setModuleModel, setScopeModel
-
Constructor Details
-
InterfaceCompatibleRegistryProtocol
public InterfaceCompatibleRegistryProtocol()
-
-
Method Details
-
getInvoker
- Overrides:
getInvokerin classRegistryProtocol
-
getServiceDiscoveryInvoker
public <T> ClusterInvoker<T> getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url) - Overrides:
getServiceDiscoveryInvokerin classRegistryProtocol
-