| Package | Description |
|---|---|
| com.lmax.disruptor |
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
|
| com.lmax.disruptor.dsl |
| Modifier and Type | Method and Description |
|---|---|
void |
RingBuffer.publishEvent(EventTranslator<E> translator)
Publishes an event to the ring buffer.
|
boolean |
RingBuffer.tryPublishEvent(EventTranslator<E> translator)
Attempts to publish an event to the ring buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Disruptor.publishEvent(EventTranslator<T> eventTranslator)
Publish an event to the ring buffer.
|
Copyright © 2011 - 2013 LMAX Ltd. All Rights Reserved.