StuckObligationAccountant class

Counts consecutive refusing passes per obligation and files the note.

Constructors

StuckObligationAccountant({required StationTrajectoryRecorder recorder, required String station, int threshold = kStuckObligationThreshold, void onFlare(String name, Map<String, String> data)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streaks Map<String, int>
A read for the /status trajectory block: what is currently streaking, and how far.
no setter
threshold int
The N of schema §5's N-consecutive-failure rule.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
observe(TrajectoryTickPass pass) → void
Consumes one pass — the tick's onPass sink. Never throws: this is telemetry consumption on the tick's own loop, and the tick's swallow convention holds here too.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited