Package org.graylog2.shared.buffers
Class LoggingExceptionHandler
java.lang.Object
org.graylog2.shared.buffers.LoggingExceptionHandler
- All Implemented Interfaces:
com.lmax.disruptor.ExceptionHandler<Object>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEventException(Throwable ex, long sequence, Object event) voidvoid
-
Constructor Details
-
LoggingExceptionHandler
public LoggingExceptionHandler(org.slf4j.Logger logger)
-
-
Method Details
-
handleEventException
- Specified by:
handleEventExceptionin interfacecom.lmax.disruptor.ExceptionHandler<Object>
-
handleOnStartException
- Specified by:
handleOnStartExceptionin interfacecom.lmax.disruptor.ExceptionHandler<Object>
-
handleOnShutdownException
- Specified by:
handleOnShutdownExceptionin interfacecom.lmax.disruptor.ExceptionHandler<Object>
-