Class AbstractServiceDiscoveryFactory

java.lang.Object
org.apache.dubbo.registry.client.AbstractServiceDiscoveryFactory
All Implemented Interfaces:
ServiceDiscoveryFactory, ScopeModelAware
Direct Known Subclasses:
DefaultServiceDiscoveryFactory

public abstract class AbstractServiceDiscoveryFactory extends Object implements ServiceDiscoveryFactory, ScopeModelAware
Abstract ServiceDiscoveryFactory implementation with cache, the subclass should implement createDiscovery(URL) method to create an instance of ServiceDiscovery
Since:
2.7.5
See Also: