Module hb_sup.erl¶
Behaviours: supervisor
.
Function Index¶
init/1 | |
start_link/0 | |
start_link/1 | |
store_children/1* | Generate a child spec for stores in the given Opts. |
Function Details¶
init/1¶
init(Opts) -> any()
start_link/0¶
start_link() -> any()
start_link/1¶
start_link(Opts) -> any()
store_children/1 *¶
store_children(Store) -> any()
Generate a child spec for stores in the given Opts.