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
Current section
Files
include/distribute@crypto@types_ProviderOptions.hrl
-record(provider_options, {
name :: binary(),
is_development :: boolean(),
key_rotation_interval_ms :: integer(),
handshake_timeout_ms :: integer(),
custom :: gleam@dict:dict(binary(), binary())
}).