RoutingTableDest¶
Purpose¶
Destination of a RoutingTable entry.
Type¶
Enum with the following possible values.
| Value | Type | Description |
|---|---|---|
| Engine | EngineAddr | Local engine reachable directly |
| Topic | RoutingTableTopic | Locally subscribed engines to a topic |
| Transport | Remote peer reachable via Transport | |
| Peer | NodeIdentity | Relay via remote peer |
| Domain | RoutingTableDomain | Known domain members for sending requests to |