data class Handshake : PartyRequestMessage| <init> |
Handshake(replyToParty: Party, sendSessionID: Long, sessionID: Long) |
| replyToParty |
val replyToParty: Party |
| sendSessionID |
val sendSessionID: Long |
| sessionID |
val sessionID: Long |
| getReplyTo |
open fun getReplyTo(networkMapCache: NetworkMapCache): MessageRecipients |