phoenix_pubsub v1.1.0 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

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function start_link(server, pool_size, dispatch_rules) View Source