Package org.apache.dubbo.registry.client
Class DefaultServiceDiscoveryFactory
java.lang.Object
org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
org.apache.dubbo.registry.client.DefaultServiceDiscoveryFactory
- All Implemented Interfaces:
ServiceDiscoveryFactory,ScopeModelAware
This class is designed for compatibility purpose. When a specific registry type does not have counterpart service discovery provided,
the nop instance will be returned.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
getAllServiceDiscoveries, getServiceDiscovery, setApplicationModelMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.model.ScopeModelAware
setFrameworkModel, setModuleModel, setScopeModel
-
Constructor Details
-
DefaultServiceDiscoveryFactory
public DefaultServiceDiscoveryFactory()
-