Class DecodingProcessor

java.lang.Object
org.graylog2.shared.buffers.processors.DecodingProcessor
All Implemented Interfaces:
com.lmax.disruptor.EventHandler<MessageEvent>, com.lmax.disruptor.EventHandlerIdentity

public class DecodingProcessor extends Object implements com.lmax.disruptor.EventHandler<MessageEvent>
  • Constructor Details

  • Method Details

    • onEvent

      public void onEvent(MessageEvent event, long sequence, boolean endOfBatch) throws Exception
      Specified by:
      onEvent in interface com.lmax.disruptor.EventHandler<MessageEvent>
      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