public class EventPoller<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventPoller.Handler<T> |
static class |
EventPoller.PollState |
| Constructor and Description |
|---|
EventPoller(DataProvider<T> dataProvider,
Sequencer sequencer,
Sequence sequence,
Sequence gatingSequence) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
getSequence() |
static <T> EventPoller<T> |
newInstance(DataProvider<T> dataProvider,
Sequencer sequencer,
Sequence sequence,
Sequence cursorSequence,
Sequence... gatingSequences) |
EventPoller.PollState |
poll(EventPoller.Handler<T> eventHandler) |
public EventPoller(DataProvider<T> dataProvider, Sequencer sequencer, Sequence sequence, Sequence gatingSequence)
public EventPoller.PollState poll(EventPoller.Handler<T> eventHandler) throws java.lang.Exception
java.lang.Exceptionpublic static <T> EventPoller<T> newInstance(DataProvider<T> dataProvider, Sequencer sequencer, Sequence sequence, Sequence cursorSequence, Sequence... gatingSequences)
public Sequence getSequence()
Copyright © 2011 - 2018 LMAX Ltd. All Rights Reserved.