Module ebus_ps_pg2

This is an Erlang clone of the original Phoenix.PubSub.PG2 module.

Behaviours: supervisor.

References

Description

This is an Erlang clone of the original Phoenix.PubSub.PG2 module. Copyright (c) 2014 Chris McCord

Phoenix PubSub adapter based on PG2. To use it as your PubSub adapter, simply add it to your Endpoint's config file (see e.g.: test/test.config):

   [
    {ebus,
     [
      {pubsub,
       [
        {adapter, ebus_ps_pg2},
        {pool_size, 5},
        {name, ebus_ps_test}
       ]
      }
     ]
    }
   ].
Options:

Function Index

start_link/2

Function Details

start_link/2

start_link(Name::atom(), Opts::[term()]) -> supervisor:startlink_ret()


Generated by EDoc