Name | |
---|---|
void | onMsg(MamaInbox inbox, MamaMsg msg) |
void | onDestroy(MamaInbox inbox) |
class com::wombat::mama::MamaInboxCallback;
Callback for point to point messaging.
void onMsg(
MamaInbox inbox,
MamaMsg msg
)
Parameters:
Method invoked when a message arrives.
void onDestroy(
MamaInbox inbox
)
Parameters:
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.
Updated on 2023-03-31 at 15:29:43 +0100