interface PartyRequestMessage : ServiceRequestMessage
replyToParty |
abstract val replyToParty: Party |
sessionID |
abstract val sessionID: Long |
getReplyTo |
open fun getReplyTo(networkMapCache: NetworkMapCache): MessageRecipients |
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. |