| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.registry | |
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| org.apache.dubbo.registry.support |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Registry
Registry.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListenerRegistryWrapper |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ServiceDiscoveryRegistry
Being different to the traditional registry,
ServiceDiscoveryRegistry that is a new service-oriented
Registry based on ServiceDiscovery, it will not interact in the external registry directly,
but store the urls that Dubbo services exported and referenced into WritableMetadataService
when ServiceDiscoveryRegistry.register(URL) and ServiceDiscoveryRegistry.subscribe(URL, NotifyListener) methods are executed. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractRegistry
AbstractRegistry.
|
class |
FailbackRegistry
FailbackRegistry.
|
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.