| Package | Description |
|---|---|
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| org.apache.dubbo.registry.retry | |
| org.apache.dubbo.registry.support |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceDiscoveryRegistry
TODO, this bridge implementation is not necessary now, protocol can interact with service discovery directly.
|
| Constructor and Description |
|---|
FailedRegisteredTask(URL url,
FailbackRegistry registry) |
FailedSubscribedTask(URL url,
FailbackRegistry registry,
NotifyListener listener) |
FailedUnregisteredTask(URL url,
FailbackRegistry registry) |
FailedUnsubscribedTask(URL url,
FailbackRegistry registry,
NotifyListener listener) |
ReExportTask(Runnable runnable,
URL oldUrl,
FailbackRegistry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheableFailbackRegistry
Useful for registries who's sdk returns raw string as provider instance, for example, zookeeper and etcd.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.