TTGraphConnectorFromAdapter class
- Inheritance
-
- Object
- TTGraphConnector
- TTGraphWireConnector
- TTGraphConnectorFromAdapter
Constructors
- TTGraphConnectorFromAdapter({required GraphStorePort store, GraphReplicationPort? replication, String name = 'TTGraphConnectorFromAdapter'})
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 -
inherited
-
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 @
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