data class ClientRPCRequestMessageThe contents of an RPC request message, separated from the MQ layer.
| <init> |
ClientRPCRequestMessage(args: SerializedBytes<Array<Any>>, replyToAddress: String, observationsToAddress: String?, methodName: String, user: User)The contents of an RPC request message, separated from the MQ layer. |
| args |
val args: SerializedBytes<Array<Any>> |
| methodName |
val methodName: String |
| observationsToAddress |
val observationsToAddress: String? |
| replyToAddress |
val replyToAddress: String |
| user |
val user: User |
| METHOD_NAME |
const val METHOD_NAME: String |
| OBSERVATIONS_TO |
const val OBSERVATIONS_TO: String |
| REPLY_TO |
const val REPLY_TO: String |