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