Supervisor for the webmachine part of the sc_push application.
Behaviours: supervisor
.
Authors: Edwin Fine (efine@silentcircle.com
).
init/1 | supervisor callback. |
start_link/0 | API for starting the supervisor. |
start_link/1 | API for starting the supervisor. |
upgrade/0 | Add processes if necessary. |
init(Env::[]) -> SupervisorTree
supervisor callback.
start_link() -> ServerRet
API for starting the supervisor.
start_link(Env) -> ServerRet
API for starting the supervisor.
upgrade() -> ok
Add processes if necessary.