Behaviours: supervisor.
init/1 | |
start_link/4 | Start up a client supervisor. |
start_link_ad/4 | A Variant that starts an ad_client. |
start_link_sp/4 | A Variant that starts an sp_client. |
init(X1) -> any()
start_link(EndPoint, ConnReg, ConnInfo, ClientConfig) -> {ok, pid()}
Start up a client supervisor. There are the following parameters:
start_link_ad(EndPoint, ConnReg, ConnInfo, ClientConfig) -> any()
A Variant that starts an ad_client
start_link_sp(EndPoint, ConnReg, ConnInfo, ClientConfig) -> any()
A Variant that starts an sp_client
Generated by EDoc