View Source mqtt_sessions_pool_sup (mqtt_sessions v2.4.0)

Start a supervisor with a session registry and a topic tree

Link to this section Summary

Link to this section Functions

-spec init([atom()]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}.
-spec name(atom()) -> atom().
-spec start_link(Pool :: atom()) -> {ok, pid()} | {error, term()}.