类 DefaultDisruptorCreate
java.lang.Object
com.iohao.game.widget.light.domain.event.disruptor.DefaultDisruptorCreate
- 所有已实现的接口:
DisruptorCreate
默认的 领域事件构建接口 实现类
- 作者:
- 渔民小镇
- 日期:
- 2021-12-26
-
构造器概要
-
方法概要
修饰符和类型方法说明com.lmax.disruptor.dsl.Disruptor
<EventDisruptor> createDisruptor
(Class<?> topic, DomainEventContextParam param) 根据topic(领域消息主题)创建disruptor
-
构造器详细资料
-
DefaultDisruptorCreate
public DefaultDisruptorCreate()
-
-
方法详细资料
-
createDisruptor
public com.lmax.disruptor.dsl.Disruptor<EventDisruptor> createDisruptor(Class<?> topic, DomainEventContextParam param) 从接口复制的说明:DisruptorCreate
根据topic(领域消息主题)创建disruptor- 指定者:
createDisruptor
在接口中DisruptorCreate
- 参数:
topic
- 主题param
- param- 返回:
- Disruptor
-