TTGraphConnector class abstract

Implementers

Constructors

TTGraphConnector({String name = 'TTGraphConnector'})

Properties

events TTGraphConnectorEventType
latefinal
hashCode int
The hash code for this object.
no setterinherited
inputQueue ↔ TTProcessQueue<TTMsg, dynamic, dynamic>
latefinal
isConnected bool
getter/setter pair
name String
final
outputQueue ↔ TTProcessQueue<TTMsg, dynamic, dynamic>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connectToGraph(TTGraph graph) TTGraphConnector
get(TTGet params, [dynamic _, dynamic __]) VoidCallback
Request data for a given soul
ingest(List<TTMsg> msgs) TTGraphConnector
Queue incoming messages for processing
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(String msgId, [dynamic _, dynamic __]) TTGraphConnector
put(TTPut params, [dynamic _, dynamic __]) VoidCallback
Send graph data for one or more nodes
send(List<TTMsg> msgs) TTGraphConnector
Queues outgoing messages for sending
sendPutsFromGraph(TTGraph graph) TTGraphConnector
sendRequestsFromGraph(TTGraph graph) TTGraphConnector
toString() String
A string representation of this object.
inherited
waitForConnection() FutureOr<void>

Operators

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