Package com.lmax.disruptor
Interface EventPoller.Handler<T>
-
- Enclosing class:
- EventPoller<T>
public static interface EventPoller.Handler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onEvent(T event, long sequence, boolean endOfBatch)
-
-
-
Method Detail
-
onEvent
boolean onEvent(T event, long sequence, boolean endOfBatch) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-