Module ebus_ps_pg2_server

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

Behaviours: gen_server.

References

Description

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

Function Index

broadcast/5
start_link/1

Function Details

broadcast/5

broadcast(Name::atom(), PoolSize::pos_integer(), FromPid::pid(), Topic::binary(), Msg::any()) -> ok | {error, no_such_group}

start_link/1

start_link(Name::atom()) -> gen:start_ret()


Generated by EDoc