@FunctionalInterface
public interface FixPMessageConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(FixPMessageDecoder fixPMessage,
org.agrona.DirectBuffer buffer,
int offset,
ArtioLogHeader header)
Callback for receiving FIXP messages.
|
void onMessage(FixPMessageDecoder fixPMessage, org.agrona.DirectBuffer buffer, int offset, ArtioLogHeader header)
fixPMessage - the header of the FIXP message containing a local timestamp.buffer - the buffer containing the message.offset - the offset within the buffer at which your message starts.header - a header object that can reflects properties of the original message before it was archived.Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.