Class AbstractRegistryFactory

java.lang.Object
org.apache.dubbo.registry.support.AbstractRegistryFactory
com.alibaba.dubbo.registry.support.AbstractRegistryFactory
All Implemented Interfaces:
RegistryFactory, org.apache.dubbo.registry.RegistryFactory, org.apache.dubbo.rpc.model.ScopeModelAware

@Deprecated public abstract class AbstractRegistryFactory extends org.apache.dubbo.registry.support.AbstractRegistryFactory implements RegistryFactory
Deprecated.
2019-04-16
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from class org.apache.dubbo.registry.support.AbstractRegistryFactory

    getRegistry, setApplicationModel

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.alibaba.dubbo.registry.RegistryFactory

    getRegistry

    Methods inherited from interface org.apache.dubbo.rpc.model.ScopeModelAware

    setFrameworkModel, setModuleModel, setScopeModel
  • Constructor Details

    • AbstractRegistryFactory

      public AbstractRegistryFactory()
      Deprecated.
  • Method Details