DelegateMQ
|
DelegateMQ transport monitor interface. More...
#include <ITransportMonitor.h>
Public Member Functions | |
virtual void | Add (uint16_t seqNum, dmq::DelegateRemoteId remoteId)=0 |
virtual void | Remove (uint16_t seqNum)=0 |
DelegateMQ transport monitor interface.
|
pure virtual |
Add a sequence number param[in] seqNum - the message sequence number param[in] remoteId - the remote ID
Implemented in TransportMonitor.
|
pure virtual |
Remove a sequence number param[in] seqNum - the message sequence number
Implemented in TransportMonitor.