类 InterfaceCompatibleRegistryProtocol
- java.lang.Object
-
- org.apache.dubbo.registry.integration.RegistryProtocol
-
- org.apache.dubbo.registry.integration.InterfaceCompatibleRegistryProtocol
-
- 所有已实现的接口:
org.apache.dubbo.rpc.Protocol
public class InterfaceCompatibleRegistryProtocol extends RegistryProtocol
RegistryProtocol
-
-
嵌套类概要
-
从类继承的嵌套类/接口 org.apache.dubbo.registry.integration.RegistryProtocol
RegistryProtocol.InvokerDelegate<T>
-
-
字段概要
-
从类继承的字段 org.apache.dubbo.registry.integration.RegistryProtocol
DEFAULT_REGISTER_CONSUMER_KEYS, DEFAULT_REGISTER_PROVIDER_KEYS
-
-
构造器概要
构造器 构造器 说明 InterfaceCompatibleRegistryProtocol()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 <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)-
从类继承的方法 org.apache.dubbo.registry.integration.RegistryProtocol
destroy, export, getDefaultPort, getOverrideListeners, getParamsToRegistry, getRegistryProtocol, getServers, reExport, reExport, refer, reRefer, setProtocol, setProxyFactory, setRegistryFactory, toSubscribeUrl
-
-
-
-
方法详细资料
-
getInvoker
public <T> ClusterInvoker<T> getInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)
- 覆盖:
getInvoker在类中RegistryProtocol
-
getServiceDiscoveryInvoker
public <T> ClusterInvoker<T> getServiceDiscoveryInvoker(Cluster cluster, Registry registry, Class<T> type, URL url)
-
-