Module mqtt_sessions_sup

Main supervisor, starts registry and default pool.

Copyright © 2018 Marc Worrell

Behaviours: supervisor.

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

Description

Main supervisor, starts registry and default pool.

Function Index

init/1
start_link/0

Function Details

init/1

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

start_link/0

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


Generated by EDoc