Module leo_rpc_client_sup

Behaviours: supervisor.

Function Index

init/1
start_child/3Launch a child worker.
start_child/4
start_link/0
stop/0

Function Details

init/1

init(X1) -> any()

start_child/3

start_child(Host::atom(), IP::string(), Port::pos_integer()) -> ok | {error, any()}

Launch a child worker

start_child/4

start_child(Host::atom(), IP::string(), Port::pos_integer(), ReconnectSleep::non_neg_integer()) -> ok | {error, any()}

start_link/0

start_link() -> any()

stop/0

stop() -> any()


Generated by EDoc