Interface EventPoller.Handler<T>

  • Enclosing class:
    EventPoller<T>

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

      • onEvent

        boolean onEvent​(T event,
                        long sequence,
                        boolean endOfBatch)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception