Class LoggingExceptionHandler

java.lang.Object
org.graylog2.shared.buffers.LoggingExceptionHandler
All Implemented Interfaces:
com.lmax.disruptor.ExceptionHandler<Object>

public class LoggingExceptionHandler extends Object implements com.lmax.disruptor.ExceptionHandler<Object>
  • Constructor Details

    • LoggingExceptionHandler

      public LoggingExceptionHandler(org.slf4j.Logger logger)
  • Method Details

    • handleEventException

      public void handleEventException(Throwable ex, long sequence, Object event)
      Specified by:
      handleEventException in interface com.lmax.disruptor.ExceptionHandler<Object>
    • handleOnStartException

      public void handleOnStartException(Throwable ex)
      Specified by:
      handleOnStartException in interface com.lmax.disruptor.ExceptionHandler<Object>
    • handleOnShutdownException

      public void handleOnShutdownException(Throwable ex)
      Specified by:
      handleOnShutdownException in interface com.lmax.disruptor.ExceptionHandler<Object>