Phoenix.PubSub.PG2
Phoenix PubSub adapter based on PG2.
To use it as your PubSub adapter, simply add it to your Endpoint’s config:
config :my_app, MyApp.Endpoint,
pubsub: [adapter: Phoenix.PubSub.PG2]
Options
:name
- The name to register the PubSub processes, ie:MyApp.PubSub
Summary↑
start_link(name, opts) |