类分层结构
- java.lang.Object
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- top.codef.microservice.events.ServiceDiscoveredEvent
- top.codef.microservice.events.ServiceInstanceLackEvent
- top.codef.microservice.events.ServiceInstanceUnhealthyEvent
- top.codef.microservice.events.ServiceLostEvent
- org.springframework.context.ApplicationEvent
- top.codef.microservice.events.ServiceDiscoveredListener (implements org.springframework.context.ApplicationListener<E>)
- top.codef.microservice.events.ServiceInstanceLackEventListener (implements org.springframework.context.ApplicationListener<E>)
- top.codef.microservice.events.ServiceInstanceUnhealthyEventListener (implements org.springframework.context.ApplicationListener<E>)
- top.codef.microservice.events.ServiceLostEventListener (implements org.springframework.context.ApplicationListener<E>)
- java.util.EventObject (implements java.io.Serializable)