RpcInvocationData

data class RpcInvocationData(val requestId: String, val callerIdentity: Participant.Identity, val payload: String, val responseTimeout: Duration)

Constructors

Link copied to clipboard
constructor(requestId: String, callerIdentity: Participant.Identity, payload: String, responseTimeout: Duration)

Properties

Link copied to clipboard

The identity of the RemoteParticipant who initiated the RPC call

Link copied to clipboard

The data sent by the caller (as a string)

Link copied to clipboard

A unique identifier for this RPC request

Link copied to clipboard

The maximum time available to return a response