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)
-