corda / net.corda.core.messaging / MessageRecipientGroup

MessageRecipientGroup

interface MessageRecipientGroup : MessageRecipients

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

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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

Inheritors

DistributedServiceHandle

data class DistributedServiceHandle : MessageRecipientGroup

A class which represents information about nodes offering the same distributed service on the InMemoryMessagingNetwork.