com.wombat.mama
public interface MamaInboxCallback
Modifier and Type | Method and Description |
---|---|
void |
onDestroy(MamaInbox inbox)
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.
|
void |
onMsg(MamaInbox inbox,
MamaMsg msg)
Method invoked when a message arrives.
|
void onMsg(MamaInbox inbox, MamaMsg msg)
inbox
- The inbox.msg
- The msg.void onDestroy(MamaInbox inbox)
inbox
- The MamaInbox.Copyright 2011 NYSE Technologies