oa_gateway

Module adapters

Source
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.