PatchbayAuditDeliveryOverflow class final

Reports one complete burst of audit events dropped by bounded delivery.

The error contains sequence accounting only. The matching redacted event is passed separately to PatchbayAuditSinkErrorHandler.

Implemented types

Constructors

PatchbayAuditDeliveryOverflow({required int droppedCount, required int firstSequence, required int lastSequence, required int capacity})
const

Properties

capacity int
final
droppedCount int
final
firstSequence int
final
hashCode int
The hash code for this object.
no setterinherited
lastSequence int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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