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

Source

Summary

start_link(name, opts)

Functions

start_link(name, opts)
Source