Module zotonic_notifier_sup

Supervisor for the notifier.

Copyright © 2017 Marc Worrell

Behaviours: supervisor.

Authors: Marc Worrell (marc@worrell.nl).

Description

Supervisor for the notifier

Function Index

init/1Return the notifier gen_server(s) to be used.
start_link/0API for starting the site supervisor.
start_notifier/1
stop_notifier/1

Function Details

init/1

init(X1) -> any()

Return the notifier gen_server(s) to be used.

start_link/0

start_link() -> any()

API for starting the site supervisor.

start_notifier/1

start_notifier(Name) -> any()

stop_notifier/1

stop_notifier(Name) -> any()


Generated by EDoc