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@discovery@types_AdapterOptions.hrl
Raw

include/distribute@discovery@types_AdapterOptions.hrl

-record(adapter_options, {
name :: binary(),
sync_interval_ms :: integer(),
sync_timeout_ms :: integer(),
telemetry_prefix :: binary(),
seed_peers :: list(binary()),
retry_config :: distribute@discovery@types:retry_config(),
on_peer_up :: gleam@option:option(fun((binary(), gleam@dict:dict(binary(), binary())) -> nil)),
custom :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_())
}).