seq property

  1. @TagNumber.new(37)
Int64 get seq

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);
  1. @TagNumber.new(37)
set seq (Int64 value)

Implementation

@$pb.TagNumber(37)
set seq($fixnum.Int64 value) => $_setInt64(28, value);