Behaviours: supervisor.
init/1 | setup the simple_one_for_one supervisor. |
new_rsp_keys/1 | start a new linked rsp key gen_server child. |
start_link/0 | start the supverisor linked to its parent. |
init(X1) -> any()
setup the simple_one_for_one supervisor
new_rsp_keys(Map::watts_rsp_keys:config()) -> {ok, pid()}
start a new linked rsp key gen_server child
start_link() -> {ok, pid()}
start the supverisor linked to its parent
Generated by EDoc