discontinuity property
Momento wants to let you know we detected some possible inconsistency at this point in the subscription stream.
A lack of a discontinuity does not mean the subscription is guaranteed to be strictly perfect, but the presence of a discontinuity is very likely to
Implementation
@$pb.TagNumber(2)
Discontinuity_ get discontinuity => $_getN(1);
Implementation
@$pb.TagNumber(2)
set discontinuity(Discontinuity_ v) {
setField(2, v);
}