| Package | Description |
|---|---|
| org.apache.dubbo.registry.client.migration | |
| org.apache.dubbo.registry.integration |
| Modifier and Type | Method and Description |
|---|---|
void |
MigrationRuleListener.onExport(RegistryProtocol registryProtocol,
org.apache.dubbo.rpc.Exporter<?> exporter) |
void |
MigrationRuleListener.onRefer(RegistryProtocol registryProtocol,
ClusterInvoker<?> invoker,
URL consumerUrl,
URL registryURL) |
| Constructor and Description |
|---|
MigrationInvoker(ClusterInvoker<T> invoker,
ClusterInvoker<T> serviceDiscoveryInvoker,
RegistryProtocol registryProtocol,
Cluster cluster,
Registry registry,
Class<T> type,
URL url,
URL consumerUrl) |
MigrationInvoker(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) |
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceCompatibleRegistryProtocol
RegistryProtocol
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryProtocolListener.onExport(RegistryProtocol registryProtocol,
org.apache.dubbo.rpc.Exporter<?> exporter)
Notify RegistryProtocol's listeners when a service is registered
|
void |
RegistryProtocolListener.onRefer(RegistryProtocol registryProtocol,
ClusterInvoker<?> invoker,
URL url,
URL registryURL)
Notify RegistryProtocol's listeners when a service is subscribed
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.