B2BITS FIX Antenna C++ 2.33.0
|
Abstract storage of the rejected messages. More...
#include <B2BITS_MsgStorage.h>
Public Member Functions | |
virtual bool | markRejected (int nSeqNum, const std::string &msg, const std::string &newMsg)=0 |
Mask message as rejected to make it not resendable. | |
virtual | ~RejectMsgStorage () |
Destructor. | |
Abstract storage of the rejected messages.
|
inlinevirtual |
Destructor.
|
pure virtual |
Mask message as rejected to make it not resendable.
Optionally replace the message body with not resendable message (heartbeat) if the replacement is supported by the storage. The messages must be of the same size. Return true if the message is found and marked successfully.
nSeqNum | - message number |
msg | - message to reject |
newMsg | - message that replaces the rejected message (heartbeat) |