-
- Type Parameters:
T- event implementation storing the data for sharing during exchange or parallel coordination of an event.
public interface EventTranslatorVararg<T>Implementations translate another data representations into events claimed from theRingBuffer- See Also:
EventTranslator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtranslateTo(T event, long sequence, java.lang.Object... args)Translate a data representation into fields set in given event
-
-
-
Method Detail
-
translateTo
void translateTo(T event, long sequence, java.lang.Object... args)
Translate a data representation into fields set in given event- Parameters:
event- into which the data should be translated.sequence- that is assigned to event.args- The array of user arguments.
-
-