Module match_stream_user_sup

Supervisor for User Processes.

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

Behaviours: supervisor.

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

Description

Supervisor for User Processes

Function Index

count_users/0 Returns the count of reigstered users under the supervision of this process.
start_link/0 Starts the supervisor process.
start_user/1 Starts a new client process.

Function Details

count_users/0

count_users() -> non_neg_integer()

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

start_link/0

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

Starts the supervisor process

start_user/1

start_user(User::match_stream:user_id()) -> {ok, pid()} | {error, term()}

Starts a new client process


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