# `BB.BridgeSupervisor`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/bridge_supervisor.ex#L5)

Supervisor for parameter protocol bridges.

Groups all bridges defined in the `parameters` section under a single
supervisor for fault isolation. A flapping bridge (e.g., due to network
issues) won't exhaust the root supervisor's restart budget.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
