WebSocketGraphConnector class
- Inheritance
-
- Object
- TTGraphConnector
- TTGraphWireConnector
- WebSocketGraphConnector
Constructors
- WebSocketGraphConnector({required String url})
Properties
- events ↔ TTGraphConnectorEventType
-
latefinalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputQueue
↔ TTProcessQueue<
TTMsg, dynamic, dynamic> -
latefinalinherited
- isConnected ↔ bool
-
getter/setter pairinherited
- isLocalConnected ↔ bool
-
getter/setter pair
- name → String
-
finalinherited
-
outputQueue
↔ TTProcessQueue<
TTMsg, dynamic, dynamic> -
latefinalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
final
Methods
-
connectToGraph(
TTGraph graph) → TTGraphConnector -
inherited
-
get(
TTGet request, [dynamic _, dynamic __]) → VoidCallback -
Request data for a given soul
inherited
-
ingest(
List< TTMsg> msgs) → TTGraphConnector -
Queue incoming messages for processing
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
off(
String msgId, [dynamic _, dynamic __]) → TTGraphWireConnector -
inherited
-
put(
TTPut request, [dynamic _, dynamic __]) → VoidCallback -
Send graph data for one or more nodes
inherited
-
req(
TTMsg msg, TTMsgCb? cb) → VoidCallback -
Send a message that expects responses via @
inherited
-
send(
List< TTMsg> msgs) → TTGraphConnector -
Queues outgoing messages for sending
inherited
-
sendPutsFromGraph(
TTGraph graph) → TTGraphConnector -
inherited
-
sendRequestsFromGraph(
TTGraph graph) → TTGraphConnector -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
waitForConnection(
) → FutureOr< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited