phoenix_pubsub v1.0.2 Phoenix.PubSub.LocalSupervisor
Local PubSub server supervisor.
Used by PubSub adapters to handle “local” subscriptions.
Defines an ets dispatch table for routing subcription
requests. Extendable by PubSub adapters by providing
a list of dispatch_rules
to extend the dispatch table.
See Phoenix.PubSub.PG2
for example usage.