View Source ebus_ps_pg2_server (ebus v0.3.0)

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

Link to this section Summary

Link to this section Functions

Link to this function

broadcast(Name, PoolSize, FromPid, Topic, Msg)

View Source
-spec broadcast(atom(), pos_integer(), pid(), binary(), any()) -> ok | {error, no_such_group}.
Link to this function

code_change(OldVsn, State, Extra)

View Source
Link to this function

handle_call(Request, From, State)

View Source
Link to this function

handle_cast(Request, State)

View Source
-spec start_link(atom()) -> gen_server:start_ret().
Link to this function

terminate(Reason, State)

View Source