| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Registry
Registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListenerRegistryWrapper |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServiceDiscovery
Defines the common operations of Service Discovery, extended and loaded by ServiceDiscoveryFactory
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceDiscovery
Each service discovery is bond to one application.
|
class |
NopServiceDiscovery |
class |
ServiceDiscoveryRegistry
TODO, this bridge implementation is not necessary now, protocol can interact with service discovery directly.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRegistry
AbstractRegistry.
|
class |
CacheableFailbackRegistry
Useful for registries who's sdk returns raw string as provider instance, for example, zookeeper and etcd.
|
class |
FailbackRegistry
FailbackRegistry.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.