Module match_stream_client_sup

Supervisor for Client Processes.

Copyright © (C) 2010 InakaLabs S.R.L.

Behaviours: supervisor.

Authors: Fernando Benavides (fernando.benavides@inakanetworks.com).

Description

Supervisor for Client Processes

Function Index

count_clients/0 Returns the count of reigstered clients under the supervision of this process.
start_client/0 Starts a new client process.
start_link/0 Starts the supervisor process.

Function Details

count_clients/0

count_clients() -> non_neg_integer()

Returns the count of reigstered clients under the supervision of this process

start_client/0

start_client() -> {ok, pid() | undefined} | {error, term()}

Starts a new client process

start_link/0

start_link() -> ignore | {error, term()} | {ok, pid()}

Starts the supervisor process


Generated by EDoc, Sep 21 2011, 16:21:48.