| Package | Description |
|---|---|
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceDiscoveryFactory
Abstract
ServiceDiscoveryFactory implementation with cache, the subclass
should implement AbstractServiceDiscoveryFactory.createDiscovery(URL) method to create an instance of ServiceDiscovery |
class |
DefaultServiceDiscoveryFactory
The default
SPI implementation of ServiceDiscoveryFactory to get the
instance of ServiceDiscovery via the protocol from the URL that will connect
the infrastructure of Service registration and discovery. |
| Modifier and Type | Method and Description |
|---|---|
static ServiceDiscoveryFactory |
ServiceDiscoveryFactory.getExtension(URL registryURL)
Get the extension instance of
ServiceDiscoveryFactory by the protocol |
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.