|
DelegateMQ
|
Storage for a message that might need retransmission. More...
#include <RetryMonitor.h>
Public Attributes | |
| std::string | packetData |
| The raw serialized arguments. | |
| DmqHeader | header |
| Original metadata (ID, SeqNum, etc.) | |
| int | attemptsRemaining |
| Counter for retry budget. | |
Storage for a message that might need retransmission.
| int RetryMonitor::RetryEntry::attemptsRemaining |
Counter for retry budget.
| DmqHeader RetryMonitor::RetryEntry::header |
Original metadata (ID, SeqNum, etc.)
| std::string RetryMonitor::RetryEntry::packetData |
The raw serialized arguments.