seq property
A monotonically increasing sequence number, so consumers can tell a new no-op from a stale one across snapshots.
Implementation
final int seq;
A monotonically increasing sequence number, so consumers can tell a new no-op from a stale one across snapshots.
final int seq;