DelegateMQ
Loading...
Searching...
No Matches
RetryMonitor::RetryEntry Struct Reference

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.
 

Detailed Description

Storage for a message that might need retransmission.

Member Data Documentation

◆ attemptsRemaining

int RetryMonitor::RetryEntry::attemptsRemaining

Counter for retry budget.

◆ header

DmqHeader RetryMonitor::RetryEntry::header

Original metadata (ID, SeqNum, etc.)

◆ packetData

std::string RetryMonitor::RetryEntry::packetData

The raw serialized arguments.


The documentation for this struct was generated from the following file: