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

include/distribute@transport@types_MessageMetadata.hrl

-record(message_metadata, {
received_at_ms :: integer(),
transport_latency_ms :: gleam@option:option(integer()),
peer_address :: gleam@option:option(binary()),
correlation_id :: gleam@option:option(binary())
}).