程序包com.codingapi.springboot.framework.event的分层结构
类分层结构
- java.lang.Object
- java.util.EventObject (implements java.io.Serializable)
- org.springframework.context.ApplicationEvent
- com.codingapi.springboot.framework.event.DomainEvent
- org.springframework.context.ApplicationEvent
- com.codingapi.springboot.framework.event.EventPusher
- com.codingapi.springboot.framework.event.EventStackContext
- com.codingapi.springboot.framework.event.EventTraceContext
- com.codingapi.springboot.framework.event.HandlerBeanDefinitionRegistrar (implements org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- com.codingapi.springboot.framework.event.SpringEventConfiguration
- com.codingapi.springboot.framework.event.SpringEventHandler (implements org.springframework.context.ApplicationListener<E>)
- com.codingapi.springboot.framework.event.SpringEventInitializer (implements org.springframework.beans.factory.InitializingBean)
- com.codingapi.springboot.framework.event.SpringHandlerConfiguration
- java.util.EventObject (implements java.io.Serializable)
接口分层结构
- com.codingapi.springboot.framework.event.IHandler<T>
- java.io.Serializable
- com.codingapi.springboot.framework.event.IEvent
- com.codingapi.springboot.framework.event.IAsyncEvent
- com.codingapi.springboot.framework.event.ISyncEvent
- com.codingapi.springboot.framework.event.IEvent
批注接口分层结构
- com.codingapi.springboot.framework.event.Handler (implements java.lang.annotation.Annotation)