程序包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.SpringEventConfiguration
- com.codingapi.springboot.framework.event.SpringEventInitializer (implements org.springframework.beans.factory.InitializingBean)
- java.util.EventObject (implements java.io.Serializable)
接口分层结构
- com.codingapi.springboot.framework.event.IEvent
- com.codingapi.springboot.framework.event.IAsyncEvent
- com.codingapi.springboot.framework.event.ISyncEvent