Module mqtt_sessions_will_sup

Supervisor for watchdog processes that process wills.

Copyright © 2018 Marc Worrell

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

Description

Supervisor for watchdog processes that process wills

Function Index

init/1
start/2
start_link/1

Function Details

init/1

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

start/2

start(Pool::atom(), SessionPid::pid()) -> {ok, pid()}

start_link/1

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


Generated by EDoc