Interface | Description |
---|---|
ISendTask |
Public interface of send task to be passed to transports.
|
Class | Description |
---|---|
AbstractSendTask |
Abstract base class for sending a message with the message service.
|
MapSendTask |
The manager send task is responsible for coordinating
the sending of a message to a single destination using
multiple available transports.
|
MessageAgent |
Agent that provides the message service.
|
MessageService |
The Message service serves several message-oriented purposes: a) sending and
delivering messages by using transports b) management of transports
(add/remove)
The message service performs sending and delivering messages by separate actions
that are individually executed on the execution service, i.e.
|