Current section

Files

Jump to
franz include franz_ValueWithTimestamp.hrl
Raw

include/franz_ValueWithTimestamp.hrl

-record(value_with_timestamp, {
value :: bitstring(),
timestamp :: integer(),
headers :: list({binary(), binary()})
}).