Package io.aeron.driver
Interface RetransmitSender
- All Known Implementing Classes:
NetworkPublication
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Handler for sending a retransmit.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
resend
(int termId, int termOffset, int length) Called when a frame should be sent to request the retransmission of data.
-
Method Details
-
resend
void resend(int termId, int termOffset, int length) Called when a frame should be sent to request the retransmission of data.- Parameters:
termId
- containing the data to NAK.termOffset
- of the data to NAK.length
- of the data to NAK.
-