AutoReconnectAttempted class final

Emitted each time _withReconnect retries a failed call after a transient connection error. attempt is 1-based; maxAttempts reflects the policy in effect.

Inheritance

Constructors

AutoReconnectAttempted({required DateTime timestamp, required String connectionId, required int attempt, required int maxAttempts})
const

Properties

attempt int
1-based attempt counter.
final
connectionId String
Domain-side connection id being retried.
final
hashCode int
The hash code for this object.
no setterinherited
maxAttempts int
Total attempts allowed by the active policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
UTC time when the event was emitted by the runtime.
finalinherited

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