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

程序包分层结构:

类分层结构

  • java.lang.Object
    • org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration<R> (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>, org.springframework.cloud.client.serviceregistry.AutoServiceRegistration)
    • com.alibaba.cloud.nacos.registry.NacosGracefulShutdownDelegate (implements org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<E>)
    • com.alibaba.cloud.nacos.registry.NacosRegistration (implements org.springframework.cloud.client.serviceregistry.Registration)
    • com.alibaba.cloud.nacos.registry.NacosServiceRegistry (implements org.springframework.cloud.client.serviceregistry.ServiceRegistry<R>)
    • com.alibaba.cloud.nacos.registry.NacosServiceRegistryAutoConfiguration

接口分层结构