RoutingTableTopic¶
Purpose¶
A pub/sub topic in a routing table entry.
Type¶
Struct with the following fields.
| Field | Type | Description |
|---|---|---|
creator |
EngineIdentity | Topic creator engine |
subscribers |
Vec<EngineIdentity> | List of subscribed engines |
A pub/sub topic in a routing table entry.
Struct with the following fields.
| Field | Type | Description |
|---|---|---|
creator |
EngineIdentity | Topic creator engine |
subscribers |
Vec<EngineIdentity> | List of subscribed engines |