所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.codeforfun.client.data.DataContext (implements org.springframework.cloud.client.discovery.DiscoveryClient)
- cn.codeforfun.client.data.DataContextReactive (implements org.springframework.cloud.client.discovery.ReactiveDiscoveryClient)
- cn.codeforfun.client.configuration.DiscoveryServiceAutoConfiguration (implements org.springframework.context.ApplicationListener<E>)
- cn.codeforfun.client.constants.DiscoveryServiceProperties
- cn.codeforfun.client.data.ServiceInstance
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- cn.codeforfun.client.exception.ServiceNameNotFoundException
- java.lang.RuntimeException
- java.lang.Exception
接口分层结构
- cn.codeforfun.client.data.DataHandler