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