| 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 |
ReflectionBasedServiceDiscovery |
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
Provides a fail-safe registry service backed by cache file.
|
class |
CacheableFailbackRegistry
Based on FailbackRegistry, it adds a URLAddress and URLParam cache to save RAM space.
|
class |
FailbackRegistry
A template implementation of registry service that provides auto-retry ability.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.