| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.registry.client |
* The inspiration of service registration and discovery comes from
Spring Cloud Commons.
|
| 限定符和类型 | 类和说明 |
|---|---|
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServiceDiscoveryFactory |
ServiceDiscoveryFactory.getExtension(URL registryURL)
Get the extension instance of
ServiceDiscoveryFactory by the protocol |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.