Module watts_sup

the main supervisor of the WaTTS application.

Behaviours: supervisor.

Description

the main supervisor of the WaTTS application

Function Index

ets_worker/0*the ets worker configuration.
init/1intialize the supervisor.
init_worker/0*the init worker configuration.
jwt_key_worker/0*the jwt key worker configuration.
plugin_supervisor/0*the plugin supervisor configuration.
plugin_worker/0*the plugin worker configuration.
rsp_keys_supervisor/0*the rsp keys supervisor configuration.
sessions_supervisor/0*the sessions supervisor configuration.
sqlite_worker/0*the sqlite worker configuration.
start_link/0start the supervisor.
temp_cred/0*the temp_cred worker configuration.
temp_cred_sup/0*the temp_cred supervisor configuration.

Function Details

ets_worker/0 *

ets_worker() -> map()

the ets worker configuration

init/1

init(X1) -> any()

intialize the supervisor

init_worker/0 *

init_worker() -> map()

the init worker configuration

jwt_key_worker/0 *

jwt_key_worker() -> map()

the jwt key worker configuration

plugin_supervisor/0 *

plugin_supervisor() -> map()

the plugin supervisor configuration

plugin_worker/0 *

plugin_worker() -> map()

the plugin worker configuration

rsp_keys_supervisor/0 *

rsp_keys_supervisor() -> map()

the rsp keys supervisor configuration

To do

sessions_supervisor/0 *

sessions_supervisor() -> map()

the sessions supervisor configuration

sqlite_worker/0 *

sqlite_worker() -> map()

the sqlite worker configuration

To do

start_link/0

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

start the supervisor

temp_cred/0 *

temp_cred() -> map()

the temp_cred worker configuration

temp_cred_sup/0 *

temp_cred_sup() -> map()

the temp_cred supervisor configuration


Generated by EDoc