类的使用
com.iohao.game.widget.light.domain.event.DomainEventContextParam
程序包
说明
扩展模块 - domain-event 领域事件 - 可为你的系统实现类似 Guava-EventBus、Spring 事件驱动模型 ApplicationEvent、业务解耦、规避并发、不阻塞主线程...等,各种浪操作。
扩展模块 - domain-event 领域事件 - 领域事件构建接口、源事件源相关
-
com.iohao.game.widget.light.domain.event中DomainEventContextParam的使用
修饰符和类型方法说明DomainEventContextParam.addEventHandler
(DomainEventHandler<?> domainEventHandler) 添加领域事件消费者,主题默认使用接口实现类的T类型 -
com.iohao.game.widget.light.domain.event.disruptor中DomainEventContextParam的使用
修饰符和类型方法说明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