Current section
Files
Jump to
Current section
Files
include/spoke@mqtt_actor_Client.hrl
-record(client, {
self :: gleam@erlang@process:subject(spoke@core:input()),
options :: spoke@mqtt:connect_options(fun(() -> {ok,
spoke@mqtt_actor:transport_channel()} |
{error, binary()}))
}).