push_ex v0.1.0-rc1 API Reference

Modules

PushEx context exposes functions related to the core competency of PushEx, enqueueing pushes

Implementable functions that are used by the API controller. It is crucial to ensure that all API calls are secured behind proper auth

Implementable hook points for push lifecycle instrumentation. Callbacks are required but do not need to do anything

Implementable functions that are used in the flow of socket/channel creation. It is crucial to implement secure connect/join functions for all applications

GenServer that tracks channels and transports to keep track of how many sockets/channels are connected currently. All tracking is for the current node only. Presence must be used for full-cluster tracking

Push data that should be delivered to a given channel/event

Module with named helpers generated from PushExWeb.Router