Expand description
Topology building.
Modules§
- interconnect
- Component interconnects.
- shutdown
- Helpers for signaling the controlled shutdown of tasks.
Structs§
- Built
Topology - A built topology.
- Component
Id - A component identifier.
- Component
Output Id - A component output identifier.
- Output
Definition - An output definition.
- Running
Topology - A running topology.
- Topology
Blueprint - A topology blueprint represents a directed graph of components.
- Topology
Context - Topology context.
- Typed
Component Id - A component identifier that specifies the component type.
- Typed
Component Output Id - Unique identifier for a specified output of a component, including the data type of the output.
Enums§
- Blueprint
Error - A topology blueprint error.
- Output
Name - An output name.
Type Aliases§
- Events
Buffer - Default type for dispatching/consuming items from event-based components.
- Events
Consumer - Default consumer for event-based components.
- Events
Dispatcher - Default dispatcher for event-based components.
- Payloads
Buffer - Default type for dispatching/consuming items from payload-based components.
- Payloads
Consumer - Default consumer for payload-based components.
- Payloads
Dispatcher - Default dispatcher for payload-based components.