Packages

A Gleam MQTT 3.1.1 client for the Erlang runtime.

Current section

Files

Jump to
spoke_mqtt_actor include spoke@mqtt_actor_Client.hrl
Raw

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()}))
}).