类 DefaultDomainEventExceptionHandler
java.lang.Object
com.iohao.game.widget.light.domain.event.exception.DefaultDomainEventExceptionHandler
- 所有已实现的接口:
com.lmax.disruptor.ExceptionHandler<Object>
public class DefaultDomainEventExceptionHandler
extends Object
implements com.lmax.disruptor.ExceptionHandler<Object>
默认领域事件 异常处理类
- 作者:
- 渔民小镇
- 日期:
- 2022-01-14
-
构造器概要
-
方法概要
-
构造器详细资料
-
DefaultDomainEventExceptionHandler
public DefaultDomainEventExceptionHandler()
-
-
方法详细资料
-
handleEventException
- 指定者:
handleEventException
在接口中com.lmax.disruptor.ExceptionHandler<Object>
-
handleOnStartException
- 指定者:
handleOnStartException
在接口中com.lmax.disruptor.ExceptionHandler<Object>
-
handleOnShutdownException
- 指定者:
handleOnShutdownException
在接口中com.lmax.disruptor.ExceptionHandler<Object>
-