T
- event implementation storing the data for sharing during exchange or parallel coordination of an event.public interface EventTranslatorThreeArg<T,A,B,C>
RingBuffer
EventTranslator
Modifier and Type | Method and Description |
---|---|
void |
translateTo(T event,
long sequence,
A arg0,
B arg1,
C arg2)
Translate a data representation into fields set in given event
|
void translateTo(T event, long sequence, A arg0, B arg1, C arg2)
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 translatorarg2
- The third user specified argument to the translator