View Source mqtt_sessions_registry (mqtt_sessions v2.6.1)
Summary
Functions
Generate a new (random) ClientID of 20 bytes. A ClientID may be 1 to 23 utf8 encoded bytes.
Find the session process for the given pool name and client.
Force a session to close, no DISCONNECT to be sent.
Register a session with the registry, called by the session.
Generate a new (random) RoutingId of 22 bytes. A ClientID may be 1 to 23 utf8 encoded bytes.
Find the name and pool for the session process
Functions
-spec init([]) -> {ok, #state{}}.