Vibe.Gateway.Supervisor (vibe v0.2.2)

Copy Markdown View Source

Supervisor for configured external gateway runtimes.

Each gateway runs the generic Vibe.Gateway.Runtime with a backend module and optional backend-owned inbound transport children. Telegram polling/webhook can be added without changing the runtime or session dispatcher.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])

@spec start_link(keyword()) :: Supervisor.on_start()