类的使用
org.apache.dubbo.registry.integration.RegistryProtocol
-
使用RegistryProtocol的程序包 程序包 说明 org.apache.dubbo.registry.client.migration org.apache.dubbo.registry.integration -
-
org.apache.dubbo.registry.client.migration中RegistryProtocol的使用
参数类型为RegistryProtocol的org.apache.dubbo.registry.client.migration中的方法 修饰符和类型 方法 说明 voidMigrationRuleListener. onExport(RegistryProtocol registryProtocol, org.apache.dubbo.rpc.Exporter<?> exporter)voidMigrationRuleListener. onRefer(RegistryProtocol registryProtocol, ClusterInvoker<?> invoker, URL url)参数类型为RegistryProtocol的org.apache.dubbo.registry.client.migration中的构造器 构造器 说明 MigrationInvoker(RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl)MigrationInvoker(ClusterInvoker<T> invoker, ClusterInvoker<T> serviceDiscoveryInvoker, RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl)ServiceDiscoveryMigrationInvoker(RegistryProtocol registryProtocol, Cluster cluster, Registry registry, Class<T> type, URL url, URL consumerUrl) -
org.apache.dubbo.registry.integration中RegistryProtocol的使用
org.apache.dubbo.registry.integration中RegistryProtocol的子类 修饰符和类型 类 说明 classInterfaceCompatibleRegistryProtocolRegistryProtocol返回RegistryProtocol的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 static RegistryProtocolRegistryProtocol. getRegistryProtocol()参数类型为RegistryProtocol的org.apache.dubbo.registry.integration中的方法 修饰符和类型 方法 说明 voidRegistryProtocolListener. onExport(RegistryProtocol registryProtocol, org.apache.dubbo.rpc.Exporter<?> exporter)Notify RegistryProtocol's listeners when a service is registeredvoidRegistryProtocolListener. onRefer(RegistryProtocol registryProtocol, ClusterInvoker<?> invoker, URL url)Notify RegistryProtocol's listeners when a service is subscribed
-