Call class

The WAMP Call massage

Inheritance

Constructors

Call(int requestId, String procedure, {CallOptions? options, List? arguments, Map<String, dynamic>? argumentsKeywords})
Creates a WAMP Call message with a requestId that is kind of like a transaction identifier and a procedure that was registered to the router before. The options field may be passed to configure the call

Properties

arguments List?
getter/setter pairinherited
argumentsKeywords Map<String, dynamic>?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id int
getter/setter pairinherited
options CallOptions?
getter/setter pair
procedure String
getter/setter pair
requestId int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transparentBinaryPayload Uint8List?
getter/setter pairinherited

Methods

copyPayloadTo(AbstractMessageWithPayload message) → void
Transfers the message payload to another message
inherited
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