AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.3.2
AMPS::StoreReplayer Class Referenceabstract

Abstract base class for replaying a publish message. More...

#include <ampsplusplus.hpp>

Inherited by AMPS::ClientImpl::ClientStoreReplayer, and AMPS::ClientImpl::FailedWriteStoreReplayer.

Public Member Functions

virtual void execute (Message &message_)=0
 Called by implementations of Store to replay a message from the store. More...
 

Detailed Description

Abstract base class for replaying a publish message.

Member Function Documentation

virtual void AMPS::StoreReplayer::execute ( Message message_)
pure virtual

Called by implementations of Store to replay a message from the store.

Parameters
message_The Message to be replayed.

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