| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.registry.client.migration | |
| org.apache.dubbo.registry.integration |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MigrationRuleListener.onExport(RegistryProtocol registryProtocol,
org.apache.dubbo.rpc.Exporter<?> exporter) |
void |
MigrationRuleListener.onRefer(RegistryProtocol registryProtocol,
ClusterInvoker<?> invoker,
URL url) |
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
InterfaceCompatibleRegistryProtocol
RegistryProtocol
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RegistryProtocol |
RegistryProtocol.getRegistryProtocol() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
Notify RegistryProtocol's listeners when a service is subscribed
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.