Classes Files

com::wombat::mama::MamaInboxCallback

More…

Public Functions

  Name
void onMsg(MamaInbox inbox, MamaMsg msg)
void onDestroy(MamaInbox inbox)

Detailed Description

class com::wombat::mama::MamaInboxCallback;

Callback for point to point messaging.

Public Functions Documentation

function onMsg

void onMsg(
    MamaInbox inbox,
    MamaMsg msg
)

Parameters:

  • inbox The inbox.
  • msg The msg.

Method invoked when a message arrives.

function onDestroy

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