Module mero_sup

Behaviours: supervisor.

Function Index

init/1
restart_child/1
start_link/1 Starts a list of workers with the configuration generated on mero_cluster.

Function Details

init/1

init(X1) -> any()

restart_child/1

restart_child(ClusterName::atom()) -> ok

start_link/1

start_link(OrigConfig::mero:cluster_config()) -> {ok, Pid::pid()} | {error, Reason::term()}

Starts a list of workers with the configuration generated on mero_cluster


Generated by EDoc