pushito v0.1.0 Pushito.Supervisor View Source

This is the Supervisor for pushito. It will create APNs connections on demand.

Link to this section Summary

Functions

Starts a new connection with APNs. A valid Config should be passed

Starts the supervisor for pushito

Link to this section Functions

Link to this function start_connection(config, client) View Source
start_connection(Pushito.Config.t, pid) :: {:ok, pid}

Starts a new connection with APNs. A valid Config should be passed.

Link to this function start_link() View Source
start_link() :: {:ok, pid}

Starts the supervisor for pushito.