-
- Type Parameters:
T- event implementation storing the data for sharing during exchange or parallel coordination of an event.A- type first user specified argument to the translator.
public interface EventTranslatorOneArg<T,A>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, A arg0)Translate a data representation into fields set in given event
-