UMEMessageAck class. Use this object to send explicit acks.
synchronized void com.latencybusters.lbm.UMEMessageAck.dispose |
( |
| ) |
throws LBMException |
void com.latencybusters.lbm.UMEMessageAck.finalize |
( |
| ) |
throws LBMException |
|
protected |
void com.latencybusters.lbm.UMEMessageAck.markNotOutstanding |
( |
long |
sqn | ) |
throws LBMException |
Marks that up to the sequence number provided should no longer be considered outstanding for throttled recovery which will free up additional requests.
- Exceptions
-
LBMException | if an error occurs or the ack has already been disposed. |
void com.latencybusters.lbm.UMEMessageAck.sendExplicitAck |
( |
long |
sqn | ) |
throws LBMException |
Send an explicit ACK up to the sequence number provided.
- Exceptions
-
LBMException | if an error occurs or the ack has already been disposed. |
The documentation for this class was generated from the following file: