Copyright © 2017 Marc Worrell
Behaviours: supervisor.
Authors: Marc Worrell (marc@worrell.nl).
init/1 | |
start_link/1 | API for starting the sites dispatcher and manager. |
start_module/3 | |
stop_module/2 |
init(X1::list()) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}
start_link(Site::atom()) -> {ok, pid()} | {error, term()}
API for starting the sites dispatcher and manager
start_module(Application::atom(), ChildSpec::supervisor:child_spec(), Site::atom()) -> {ok, pid()} | {error, {already_started, pid()}} | {error, term()}
stop_module(ChildId::supervisor:child_id(), Site::atom()) -> ok | {error, not_found}
Generated by EDoc