RpcCall

class RpcCall(val descriptor: RpcServiceDescriptor<*>, val callableName: String, val parameters: Array<Any?>, val serviceId: Long)(source)

Represents a method call from an RPC service.

Constructors

Link copied to clipboard
constructor(descriptor: RpcServiceDescriptor<*>, callableName: String, parameters: Array<Any?>, serviceId: Long)

Properties

Link copied to clipboard

The name of the method being called.

Link copied to clipboard

RpcServiceDescriptor of a service that made the call.

Link copied to clipboard

array of parameters for the call

Link copied to clipboard

The id of the service that made the call.