Expand description
Builds each enabled adapter and spawns its run task.
The host talks to adapters only through oa_gateway_core::Engine. This
module owns construction and task lifetime; protocol work stays in the
adapter crates.
Modulesยง
- dds ๐Constructs and spawns the DDS adapter.
- loopback ๐Constructs and spawns the in-process loopback adapter.
- owp ๐Constructs and spawns the OWP/WebSocket adapter.
- stomp ๐Constructs and spawns the STOMP client adapter.
Functionsยง
- start ๐Resolves every listen/connect address, then spawns the adapters that are on.