类 DefaultServiceDiscoveryFactory
- java.lang.Object
-
- org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
-
- org.apache.dubbo.registry.client.DefaultServiceDiscoveryFactory
-
- 所有已实现的接口:
ServiceDiscoveryFactory
public class DefaultServiceDiscoveryFactory extends AbstractServiceDiscoveryFactory
The defaultSPIimplementation ofServiceDiscoveryFactorytoget the instance of ServiceDiscoveryvia theprotocolfrom theURLthat will connect the infrastructure of Service registration and discovery. Theprotocolwill be used as the extension name by which theServiceDiscoveryinstance is loaded.- 从以下版本开始:
- 2.7.5
- 另请参阅:
AbstractServiceDiscoveryFactory,EventPublishingServiceDiscovery
-
-
构造器概要
构造器 构造器 说明 DefaultServiceDiscoveryFactory()
-