Packages

Typed distributed messaging for Gleam on the BEAM.

Retired package: Deprecated - The project needs to be redesigned around a much smaller and clearer core.

Current section

Files

Jump to
distribute include distribute@transport@types_AdapterOptions.hrl
Raw

include/distribute@transport@types_AdapterOptions.hrl

-record(adapter_options, {
name :: binary(),
bind_address :: gleam@option:option(binary()),
port :: gleam@option:option(integer()),
max_payload_bytes :: integer(),
connect_timeout_ms :: integer(),
telemetry_prefix :: binary(),
custom :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_())
}).