Module watts_rsp_keys_sup

supervisor to start the rsp key gen_server.

Behaviours: supervisor.

Description

supervisor to start the rsp key gen_server

Function Index

init/1setup the simple_one_for_one supervisor.
new_rsp_keys/1start a new linked rsp key gen_server child.
start_link/0start the supverisor linked to its parent.

Function Details

init/1

init(X1) -> any()

setup the simple_one_for_one supervisor

new_rsp_keys/1

new_rsp_keys(Map::watts_rsp_keys:config()) -> {ok, pid()}

start a new linked rsp key gen_server child

start_link/0

start_link() -> {ok, pid()}

start the supverisor linked to its parent


Generated by EDoc