程序包com.alibaba.dubbo.registry的分层结构

程序包分层结构:

类分层结构

接口分层结构

  • org.apache.dubbo.common.Node
    • org.apache.dubbo.registry.Registry (并 extends org.apache.dubbo.registry.RegistryService)
  • com.alibaba.dubbo.registry.NotifyListener
  • org.apache.dubbo.registry.RegistryFactory
  • org.apache.dubbo.registry.RegistryService
    • org.apache.dubbo.registry.Registry (并 extends org.apache.dubbo.common.Node)