seq property
- @TagNumber.new(37)
Monotonic, whole-stream ordering key, stamped by a single choke point in commons at emission time. Detects drops and reordering; the only correlation primitive a consumer needs beyond id / session_id / operation_id above. (correlation_id and trace_id were deleted: neither had a writer or a reader anywhere in the tree.)
Implementation
@$pb.TagNumber(37)
$fixnum.Int64 get seq => $_getI64(28);
- @TagNumber.new(37)
Implementation
@$pb.TagNumber(37)
set seq($fixnum.Int64 value) => $_setInt64(28, value);