Behaviours: supervisor.
| init/1 | |
| start_child/3 | Launch a child worker. |
| start_child/4 | |
| start_link/0 | |
| stop/0 |
init(X1) -> any()
start_child(Host::atom(), IP::string(), Port::pos_integer()) -> ok | {error, any()}
Launch a child worker
start_child(Host::atom(), IP::string(), Port::pos_integer(), ReconnectSleep::non_neg_integer()) -> ok | {error, any()}
start_link() -> any()
stop() -> any()
Generated by EDoc