Package | Description |
---|---|
com.lmax.disruptor |
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
|
Modifier and Type | Method and Description |
---|---|
EventPoller.PollState |
EventPoller.poll(EventPoller.Handler<T> eventHandler) |
static EventPoller.PollState |
EventPoller.PollState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventPoller.PollState[] |
EventPoller.PollState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|