interface MessageRecipients
The interface for a group of message recipients (which may contain only one recipient)
| AllPossibleRecipients |
interface AllPossibleRecipients : MessageRecipients
A special base class for the set of all possible recipients, without having to identify who they all are. |
| ArtemisAddress |
interface ArtemisAddress : MessageRecipients |
| MessageRecipientGroup |
interface MessageRecipientGroup : MessageRecipients
A base class for a set of recipients specifically identified by the sender. |
| SingleMessageRecipient |
interface SingleMessageRecipient : MessageRecipients
A base class for the case of point-to-point messages |