| MessageComponent |
Base interface defining a component used for transporting messages such as a sender or a listener.
|
| MessageHandler |
Interface that a MQ message handler should implement in order to send and recieve messages
directly.
|
| MessageListener |
Interface of a message listener implementation.
|
| MessageResponseCallback |
Callback interface used to signal that a response targeted for this client (i.e destinationId = current sourceId)
|
| MessageSender |
Message Sender is a component in charge of sending a message.
|
| ReqRespManager |
Interface for simulating a synchronous request and response call for asynchronous communication channels such as MQ.
|