PerformRpcParams class

Constructors

PerformRpcParams({required String destinationIdentity, required String method, required String payload, Duration responseTimeoutMs = const Duration(milliseconds: 15000)})

Properties

destinationIdentity String
The unique participant identity of the destination.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
method String
The method name to call.
getter/setter pair
payload String
The payload of the request.
getter/setter pair
responseTimeoutMs Duration
Timeout for receiving a response after the initial connection (in milliseconds). If a value less than 8000 ms is provided, it will be automatically clamped to 8000 ms to ensure sufficient time for round-trip latency buffering. Default: 15000 ms.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited