public interface ResendRequestController
ReplayHandler
which allows you to see which messages
are resent.Modifier and Type | Method and Description |
---|---|
void |
onResend(Session session,
uk.co.real_logic.artio.decoder.AbstractResendRequestDecoder resendRequest,
int correctedEndSeqNo,
ResendRequestResponse response)
Callback can be implemented by the application in order to control the response to a resend request.
|
void onResend(Session session, uk.co.real_logic.artio.decoder.AbstractResendRequestDecoder resendRequest, int correctedEndSeqNo, ResendRequestResponse response)
session
- the session that has received the resend request.resendRequest
- the decoded resend request in question.correctedEndSeqNo
- the end sequence number that Artio will reply with. This is useful if, for example, the
resend request uses 0 for its endSeqNo parameter.response
- respond to the resend request by calling methods on this object.Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.