com.r3corda.protocols / PartyRequestMessage

PartyRequestMessage

interface PartyRequestMessage : ServiceRequestMessage


Properties

replyToParty abstract val replyToParty: Party

Inherited Properties

sessionID abstract val sessionID: Long

Functions

getReplyTo open fun getReplyTo(networkMapCache: NetworkMapCache): MessageRecipients

Inheritors

HandshakeMessage interface HandshakeMessage : PartyRequestMessage

A Handshake message is sent to initiate communication between two protocol instances. It contains the two session IDs the two protocols will need to communicate. Note: This is a temperary interface and will be removed once the protocol session work is implemented.