T - event implementation storing the data for sharing during exchange or parallel coordination of an event.public interface EventTranslatorTwoArg<T,A,B>
RingBufferEventTranslator| Modifier and Type | Method and Description |
|---|---|
void |
translateTo(T event,
long sequence,
A arg0,
B arg1)
Translate a data representation into fields set in given event
|
void translateTo(T event, long sequence, A arg0, B arg1)
event - into which the data should be translated.sequence - that is assigned to event.arg0 - The first user specified argument to the translatorarg1 - The second user specified argument to the translatorCopyright © 2011 - 2018 LMAX Ltd. All Rights Reserved.