| 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 |
|---|---|
<A,B> void |
RingBuffer.publishEvent(EventTranslatorTwoArg<E,A,B> translator,
A arg0,
B arg1)
Allows two user supplied arguments.
|
<A,B> boolean |
RingBuffer.tryPublishEvent(EventTranslatorTwoArg<E,A,B> translator,
A arg0,
B arg1)
Allows two user supplied arguments.
|
Copyright © 2011 - 2013 LMAX Ltd. All Rights Reserved.