类的使用
com.iohao.game.widget.light.domain.event.disruptor.EventDisruptor
程序包
说明
扩展模块 - domain-event 领域事件 - 领域事件构建接口、源事件源相关
-
com.iohao.game.widget.light.domain.event.disruptor中EventDisruptor的使用
修饰符和类型方法说明com.lmax.disruptor.dsl.Disruptor
<EventDisruptor> DefaultDisruptorCreate.createDisruptor
(Class<?> topic, DomainEventContextParam param) com.lmax.disruptor.dsl.Disruptor
<EventDisruptor> DisruptorCreate.createDisruptor
(Class<?> topic, DomainEventContextParam param) 根据topic(领域消息主题)创建disruptor修饰符和类型方法说明void
ConsumeEventHandler.onEvent
(EventDisruptor event, long sequence, boolean endOfBatch)