The MamaInboxCallback gets invoked when a message arrives in an inbox or when inbox related errors arise.
More...
#include <MamaInboxCallback.h>
Detailed Description
The MamaInboxCallback gets invoked when a message arrives in an inbox or when inbox related errors arise.
Constructor & Destructor Documentation
virtual Wombat::MamaInboxCallback::~MamaInboxCallback |
( |
void |
| ) |
|
|
virtual |
Member Function Documentation
virtual void Wombat::MamaInboxCallback::onDestroy |
( |
MamaInbox * |
inbox, |
|
|
void * |
closure |
|
) |
| |
|
virtual |
This method is invoked when an inbox has been completely destroyed, the client can have confidence that no further events will be placed on the queue for this inbox.
@param[in] inbox The MamaInbox.
- Parameters
-
[in] | closure | The closure passed to the create function. |
virtual void Wombat::MamaInboxCallback::onMsg |
( |
MamaInbox * |
inbox, |
|
|
MamaMsg & |
msg |
|
) |
| |
|
pure virtual |
virtual void Wombat::MamaInboxCallback::onError |
( |
MamaInbox * |
inbox, |
|
|
const MamaStatus & |
status |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: