|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventTranslator | |
|---|---|
| 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 | |
| Uses of EventTranslator in com.lmax.disruptor |
|---|
| Methods in com.lmax.disruptor with parameters of type EventTranslator | |
|---|---|
void |
EventPublisher.publishEvent(EventTranslator<E> translator)
Publishes an event to the ring buffer. |
boolean |
EventPublisher.tryPublishEvent(EventTranslator<E> translator,
int capacity)
Attempts to publish an event to the ring buffer. |
| Uses of EventTranslator in com.lmax.disruptor.dsl |
|---|
| Methods in com.lmax.disruptor.dsl with parameters of type EventTranslator | |
|---|---|
void |
Disruptor.publishEvent(EventTranslator<T> eventTranslator)
Publish an event to the ring buffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||