public interface MessageContext
| Modifier and Type | Method and Description |
|---|---|
ObjectContainer |
container()
The container the message was dispatched to.
|
MessageSender |
sender()
The sender of the current message.
|
Transaction |
transaction()
The transaction the current message has been sent with.
|
ObjectContainer container()
MessageSender sender()
Transaction transaction()