Module superman

Function Index

get_child_specs/2
reconfigure_supervisor/2
reconfigure_supervisor_init_args/2
reconfigure_supervisor_tree/2
reconfigure_supervisor_tree_init_args/2
restart_children/2
start_children/2
start_children/3

Function Details

get_child_specs/2

get_child_specs(Module, Config) -> any()

reconfigure_supervisor/2

reconfigure_supervisor(SupName, Specs) -> any()

reconfigure_supervisor_init_args/2

reconfigure_supervisor_init_args(Module, Config) -> any()

reconfigure_supervisor_tree/2

reconfigure_supervisor_tree(SupName, Specs) -> any()

reconfigure_supervisor_tree_init_args/2

reconfigure_supervisor_tree_init_args(Module, Config) -> any()

restart_children/2

restart_children(SupName, Children) -> any()

start_children/2

start_children(Module, Config) -> any()

start_children/3

start_children(Name, Module, Config) -> any()


Generated by EDoc