com.r3corda.core.messaging / MessageRecipients

MessageRecipients

interface MessageRecipients

The interface for a group of message recipients (which may contain only one recipient)



Inheritors

AllPossibleRecipients interface AllPossibleRecipients : MessageRecipients

A special base class for the set of all possible recipients, without having to identify who they all are.

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