TTGraphWireConnector class abstract
- Inheritance
-
- Object
- TTGraphConnector
- TTGraphWireConnector
- Implementers
Constructors
- TTGraphWireConnector({String name = 'TTWireProtocol'})
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
- name → String
-
finalinherited
-
outputQueue
↔ TTProcessQueue<
TTMsg, dynamic, dynamic> -
latefinalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connectToGraph(
TTGraph graph) → TTGraphConnector -
inherited
-
get(
TTGet request, [dynamic _, dynamic __]) → VoidCallback -
Request data for a given soul
override
-
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 -
override
-
put(
TTPut request, [dynamic _, dynamic __]) → VoidCallback -
Send graph data for one or more nodes
override
-
req(
TTMsg msg, TTMsgCb? cb) → VoidCallback - Send a message that expects responses via @
-
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