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_SendOptions.hrl
Raw

include/distribute@transport@types_SendOptions.hrl

-record(send_options, {
timeout_ms :: gleam@option:option(integer()),
priority :: gleam@option:option(integer()),
reliable :: boolean(),
correlation_id :: gleam@option:option(binary())
}).