corda / net.corda.core.messaging / MessageRecipients

MessageRecipients

interface MessageRecipients

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

Inheritors

AllPossibleRecipients

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

interface AllPossibleRecipients : MessageRecipients

MessageRecipientGroup

A base class for a set of recipients specifically identified by the sender.

interface MessageRecipientGroup : MessageRecipients

SingleMessageRecipient

A base class for the case of point-to-point messages

interface SingleMessageRecipient : MessageRecipients