Class LogEventHandler

java.lang.Object
com.bytedesk.core.action.disruptor.LogEventHandler
All Implemented Interfaces:
com.lmax.disruptor.EventHandler<LogEvent>, com.lmax.disruptor.EventHandlerIdentity

public class LogEventHandler extends Object implements com.lmax.disruptor.EventHandler<LogEvent>
  • Constructor Details

    • LogEventHandler

      public LogEventHandler()
  • Method Details

    • onEvent

      public void onEvent(LogEvent event, long sequence, boolean endOfBatch) throws Exception
      Specified by:
      onEvent in interface com.lmax.disruptor.EventHandler<LogEvent>
      Throws:
      Exception
    • onBatchStart

      default void onBatchStart(long arg0, long arg1)
    • onStart

      default void onStart()
    • onShutdown

      default void onShutdown()
    • onTimeout

      default void onTimeout(long arg0) throws Exception
      Throws:
      Exception