push_ex v0.0.1-rc2 PushExWeb.PushPresence

Link to this section Summary

Link to this section Functions

Link to this function fetch(topic, presences)

Callback implementation for Phoenix.Presence.fetch/2.

Link to this function get_by_key(topic, key)
Link to this function handle_diff(diff, state)

Callback implementation for Phoenix.Presence.handle_diff/2.

Callback implementation for Phoenix.Presence.init/1.

Callback implementation for Phoenix.Presence.list/1.

Link to this function listeners?(topic)
Link to this function start_link(opts \\ [])

Callback implementation for Phoenix.Presence.start_link/1.

Link to this function track(socket, key, meta)

Callback implementation for Phoenix.Presence.track/3.

Link to this function track(pid, topic, key, meta)

Callback implementation for Phoenix.Presence.track/4.

Link to this function untrack(socket, key)

Callback implementation for Phoenix.Presence.untrack/2.

Link to this function untrack(pid, topic, key)

Callback implementation for Phoenix.Presence.untrack/3.

Link to this function update(socket, key, meta)

Callback implementation for Phoenix.Presence.update/3.

Link to this function update(pid, topic, key, meta)

Callback implementation for Phoenix.Presence.update/4.