# `Mailglass.PubSub`
[🔗](https://github.com/szTheory/mailglass/blob/v1.0.0/lib/mailglass/pub_sub.ex#L1)

Name atom for the mailglass-owned Phoenix.PubSub child.

The `Mailglass.Application` supervision tree starts
`{Phoenix.PubSub, name: Mailglass.PubSub, adapter: Phoenix.PubSub.PG2}`.
Projector broadcasts, admin LiveView subscriptions, and TestAssertions'
PubSub-backed matchers all target this name.

## Topics

See `Mailglass.PubSub.Topics` — a typed builder producing
`mailglass:`-prefixed binaries. Phase 6 `LINT-06 PrefixedPubSubTopics`
enforces the prefix at lint time.

---

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