| 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.listener | |
| org.apache.dubbo.registry.support |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceDiscovery
Each service discovery is bond to one application.
|
class |
NopServiceDiscovery |
class |
ReflectionBasedServiceDiscovery |
| Modifier and Type | Method and Description |
|---|---|
ServiceDiscovery |
ServiceDiscoveryRegistry.getServiceDiscovery() |
ServiceDiscovery |
AbstractServiceDiscoveryFactory.getServiceDiscovery(URL registryURL) |
ServiceDiscovery |
ServiceDiscoveryFactory.getServiceDiscovery(URL registryURL)
Get the instance of
ServiceDiscovery |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDiscovery> |
AbstractServiceDiscoveryFactory.getAllServiceDiscoveries() |
| Constructor and Description |
|---|
ServiceInstancesChangedListener(Set<String> serviceNames,
ServiceDiscovery serviceDiscovery) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceDiscovery> |
RegistryManager.getServiceDiscoveries() |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.