public static final class AbstractUnackedMessageList.MessageAckInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
ackSent |
boolean |
appAcked |
long |
msgId |
| Constructor and Description |
|---|
MessageAckInfo(long msgId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isAckSent() |
boolean |
isAppAcked() |
void |
setAckSent(boolean ackSent) |
void |
setAppAcked(boolean acked) |
String |
toString() |
Copyright 2004-2021 Solace Corporation. All rights reserved.