corda / net.corda.core.messaging / SingleMessageRecipient

SingleMessageRecipient

interface SingleMessageRecipient : MessageRecipients

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

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

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

Inheritors

PeerHandle

data class PeerHandle : SingleMessageRecipient

A class which represents information about an entity on the InMemoryMessagingNetwork.