JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.lmax.disruptor
EventPoller
Handler
Contents
Description
Method Summary
Method Details
onEvent(T, long, boolean)
Hide sidebar
Show sidebar
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 Details
onEvent
boolean
onEvent
(
T
event, long sequence, boolean endOfBatch)
throws
Exception
Throws:
Exception