Uses of Class
org.apache.dubbo.registry.integration.RegistryProtocol
Packages that use RegistryProtocol
Package
Description
-
Uses of RegistryProtocol in org.apache.dubbo.registry.client.migration
Methods in org.apache.dubbo.registry.client.migration with parameters of type RegistryProtocolModifier and TypeMethodDescriptionvoidMigrationRuleListener.onExport(RegistryProtocol registryProtocol, org.apache.dubbo.rpc.Exporter<?> exporter) voidMigrationRuleListener.onRefer(RegistryProtocol registryProtocol, ClusterInvoker<?> invoker, URL consumerUrl, URL registryURL) Constructors in org.apache.dubbo.registry.client.migration with parameters of type RegistryProtocolModifierConstructorDescriptionMigrationInvoker(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) -
Uses of RegistryProtocol in org.apache.dubbo.registry.integration
Subclasses of RegistryProtocol in org.apache.dubbo.registry.integrationMethods in org.apache.dubbo.registry.integration with parameters of type RegistryProtocolModifier and TypeMethodDescriptionvoidRegistryProtocolListener.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, URL registryURL) Notify RegistryProtocol's listeners when a service is subscribed