public static interface EventPoller.Handler<T>
Modifier and Type | Method and Description |
---|---|
boolean |
onEvent(T event,
long sequence,
boolean endOfBatch) |
boolean onEvent(T event, long sequence, boolean endOfBatch) throws java.lang.Exception
java.lang.Exception