sequence property

  1. @TagNumber.new(1)
Int64 get sequence

sequence represents the order of events. It's always counting

on read: the sequence of the last event reduced by the projection

on manipulation: the timestamp of the event(s) added by the manipulation

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get sequence => $_getI64(0);
  1. @TagNumber.new(1)
set sequence (Int64 value)

Implementation

@$pb.TagNumber(1)
set sequence($fixnum.Int64 value) => $_setInt64(0, value);