The MamaInboxCallback gets invoked when a message arrives in an inbox or when inbox related errors arise.
More...
#include <MamaInboxCallback.h>
The MamaInboxCallback gets invoked when a message arrives in an inbox or when inbox related errors arise.
◆ ~MamaInboxCallback()
virtual Wombat::MamaInboxCallback::~MamaInboxCallback |
( |
void |
| ) |
|
|
virtual |
◆ onDestroy()
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. |
◆ onMsg()
virtual void Wombat::MamaInboxCallback::onMsg |
( |
MamaInbox * |
inbox, |
|
|
MamaMsg & |
msg |
|
) |
| |
|
pure virtual |
◆ onError()
virtual void Wombat::MamaInboxCallback::onError |
( |
MamaInbox * |
inbox, |
|
|
const MamaStatus & |
status |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: