phoenix_pubsub v1.1.2 Phoenix.PubSub.LocalSupervisor View Source
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.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor
Link to this section Functions
Link to this function
child_spec(init_arg) View Source
Returns a specification to start this module under a supervisor.
See Supervisor.
Link to this function