Module amqp_client_sup

Track an RPC client endpoint This supervisor will maintain an AMQP Rpc client endpoint and keep it running.

Behaviours: supervisor.

Description

Track an RPC client endpoint This supervisor will maintain an AMQP Rpc client endpoint and keep it running

Function Index

init/1
start_link/4Start up a client supervisor.
start_link_ad/4A Variant that starts an ad_client.
start_link_sp/4A Variant that starts an sp_client.

Function Details

init/1

init(X1) -> any()

start_link/4

start_link(EndPoint, ConnReg, ConnInfo, ClientConfig) -> {ok, pid()}

Start up a client supervisor. There are the following parameters:

start_link_ad/4

start_link_ad(EndPoint, ConnReg, ConnInfo, ClientConfig) -> any()

A Variant that starts an ad_client

start_link_sp/4

start_link_sp(EndPoint, ConnReg, ConnInfo, ClientConfig) -> any()

A Variant that starts an sp_client


Generated by EDoc