RpcInvocationData constructor
Implementation
RpcInvocationData({
required this.requestId,
required this.callerIdentity,
required this.payload,
required this.responseTimeoutMs,
});
RpcInvocationData({
required this.requestId,
required this.callerIdentity,
required this.payload,
required this.responseTimeoutMs,
});