abstract class AbstractAsyncExceptionHandler<T>
extends java.lang.Object
implements com.lmax.disruptor.ExceptionHandler<T>
Constructor and Description |
---|
AbstractAsyncExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handleEventException(java.lang.Throwable throwable,
long sequence,
T event) |
void |
handleOnShutdownException(java.lang.Throwable throwable) |
void |
handleOnStartException(java.lang.Throwable throwable) |
public void handleEventException(java.lang.Throwable throwable, long sequence, T event)
handleEventException
in interface com.lmax.disruptor.ExceptionHandler<T>
public void handleOnStartException(java.lang.Throwable throwable)
handleOnStartException
in interface com.lmax.disruptor.ExceptionHandler<T>
public void handleOnShutdownException(java.lang.Throwable throwable)
handleOnShutdownException
in interface com.lmax.disruptor.ExceptionHandler<T>