corda / net.corda.core.messaging / MessageRecipients

MessageRecipients

interface MessageRecipients

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

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.

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