类分层结构
- java.lang.Object
- cn.ymotel.dactor.core.AbstractMessageDispatcher (implements org.springframework.context.ApplicationContextAware, cn.ymotel.dactor.core.MessageDispatcher)
- cn.ymotel.dactor.core.disruptor.MessageEvent
- cn.ymotel.dactor.core.disruptor.MessageEventHandler (implements org.springframework.context.ApplicationContextAware, com.lmax.disruptor.EventHandler<T>, com.lmax.disruptor.LifecycleAware, com.lmax.disruptor.WorkHandler<T>)
- cn.ymotel.dactor.core.disruptor.RingBufferManager (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean)
- cn.ymotel.dactor.core.disruptor.Sentinel (implements java.lang.Runnable)
- java.lang.Thread (implements java.lang.Runnable)
- cn.ymotel.dactor.core.disruptor.WorkProcessorManager