Current section
Files
Jump to
Current section
Files
include/glats@internal@subscription_RawMessage.hrl
-record(raw_message, {
sid :: integer(),
status :: gleam@option:option(integer()),
topic :: binary(),
headers :: gleam@dict:dict(binary(), binary()),
reply_to :: gleam@option:option(binary()),
body :: binary()
}).