# `Baby.Connection.Registry`
[🔗](https://github.com/mwmiller/baby_ex/blob/main/lib/baby/connection/registry.ex#L1)

A process registry for `Baby.Connection`

For maximum utility, name should be of the form:
`{host, port}`
where host is an internet address tuple and port is an integer

# `active`

Return a list of all named connections

# `active?`

Check if a named connection is active

# `broadcast`

Send a message to all registered connections

Can include a list of names or pids to exclude

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `init`

# `register_name`

# `send`

Send a message to a named connection

# `start_link`

# `unregister_name`

# `whereis_name`

---

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