Module mqtt_sessions_pool_sup

Start a supervisor with a session registry and a topic tree.

Copyright © 2018 Marc Worrell

Behaviours: supervisor.

Authors: Marc Worrell (marc@worrell.nl).

Description

Start a supervisor with a session registry and a topic tree

Function Index

init/1
name/1
start_link/1

Function Details

init/1

init(X1::[atom()]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}

name/1

name(Pool::atom()) -> atom()

start_link/1

start_link(Pool::atom()) -> {ok, pid()} | {error, term()}


Generated by EDoc