Interface EventPoller.Handler<T>

Enclosing class:
EventPoller<T>

public static interface EventPoller.Handler<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onEvent(T event, long sequence, boolean endOfBatch)
     
  • Method Details

    • onEvent

      boolean onEvent(T event, long sequence, boolean endOfBatch) throws Exception
      Throws:
      Exception