| Package | Description |
|---|---|
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| org.apache.dubbo.registry.client.event | |
| org.apache.dubbo.registry.consul | |
| org.apache.dubbo.registry.etcd | |
| org.apache.dubbo.registry.eureka |
The package contains the registry implementations for Netflix Eureka
|
| org.apache.dubbo.registry.nacos | |
| org.apache.dubbo.registry.zookeeper |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemServiceDiscovery
File System
ServiceDiscovery implementation |
| Modifier and Type | Method and Description |
|---|---|
ServiceDiscovery |
ServiceDiscoveryRegistry.getServiceDiscovery() |
ServiceDiscovery |
ServiceDiscoveryFactory.getServiceDiscovery(URL registryURL)
Get the instance of
ServiceDiscovery |
ServiceDiscovery |
AbstractServiceDiscoveryFactory.getServiceDiscovery(URL registryURL) |
| Modifier and Type | Method and Description |
|---|---|
ServiceDiscovery |
ServiceDiscoveryEvent.getOriginal()
Get the original
ServiceDiscovery |
ServiceDiscovery |
ServiceDiscoveryEvent.getServiceDiscovery()
Get the
ServiceDiscovery on which the Event initially occurred. |
ServiceDiscovery |
ServiceDiscoveryEvent.getSource() |
| Constructor and Description |
|---|
ServiceDiscoveryDestroyedEvent(ServiceDiscovery source,
ServiceDiscovery original) |
ServiceDiscoveryDestroyingEvent(ServiceDiscovery source,
ServiceDiscovery original) |
ServiceDiscoveryEvent(ServiceDiscovery source,
ServiceDiscovery original)
Constructs a prototypical Event.
|
ServiceDiscoveryExceptionEvent(ServiceDiscovery source,
ServiceDiscovery original,
Throwable cause) |
ServiceDiscoveryInitializedEvent(ServiceDiscovery source,
ServiceDiscovery original) |
ServiceDiscoveryInitializingEvent(ServiceDiscovery source,
ServiceDiscovery original) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsulServiceDiscovery
2019-07-31
|
| Modifier and Type | Class and Description |
|---|---|
class |
EtcdServiceDiscovery
2019-07-08
|
| Modifier and Type | Class and Description |
|---|---|
class |
EurekaServiceDiscovery
Eureka
ServiceDiscovery implementation based on Eureka API |
| Modifier and Type | Class and Description |
|---|---|
class |
NacosServiceDiscovery
Nacos
ServiceDiscovery implementation |
| Modifier and Type | Class and Description |
|---|---|
class |
ZookeeperServiceDiscovery
Zookeeper
ServiceDiscovery implementation based on
Apache Curator X Discovery |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.