data class ClientToServiceCommandMessage : DirectRequestMessage
<init> |
ClientToServiceCommandMessage(sessionID: Long, replyToRecipient: SingleMessageRecipient, command: ClientToServiceCommand) |
command |
val command: ClientToServiceCommand |
replyToRecipient |
val replyToRecipient: SingleMessageRecipient |
sessionID |
val sessionID: Long |
getReplyTo |
open fun getReplyTo(networkMapCache: NetworkMapCache): MessageRecipients |