public interface ILink3ConnectionHandler extends FixPConnectionHandler
| Modifier and Type | Method and Description |
|---|---|
io.aeron.logbuffer.ControlledFragmentHandler.Action |
onBusinessMessage(FixPConnection connection,
int templateId,
org.agrona.DirectBuffer buffer,
int offset,
int blockLength,
int version,
boolean possRetrans,
FixPMessageHeader messageHeader)
Callback for receiving iLink3 business messages.
|
onDisconnect, onError, onFinishedSending, onNotApplied, onRetransmitReject, onRetransmitRequest, onRetransmitTimeout, onSequenceio.aeron.logbuffer.ControlledFragmentHandler.Action onBusinessMessage(FixPConnection connection, int templateId, org.agrona.DirectBuffer buffer, int offset, int blockLength, int version, boolean possRetrans, FixPMessageHeader messageHeader)
onBusinessMessage in interface FixPConnectionHandlerconnection - the connection receiving this messagetemplateId - the templateId of the iLink3 SBE message that you have received.buffer - the buffer containing the message.offset - the offset within the buffer at which your message starts.blockLength - the blockLength of the received message.version - the sbe version of the protocol.possRetrans - true of the possRetrans flag is set to true.messageHeader - additional fields related to the message.FakeILink3ConnectionHandlerCopyright © 2015-2022 Real Logic Limited. All Rights Reserved.