OdbcEvent class sealed

Connection-lifecycle events emitted by the package's IAdminService event bus (Stream<OdbcEvent>). Sealed so consumers can pattern-match exhaustively and the surface stays stable across additive changes.

Events are best-effort observability signals: the package keeps working if no listener is attached, and there's no back-pressure from listeners onto the runtime path that emits them. The default Stream is broadcast (multi-listener safe).

Variants:

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
final

Methods

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

Operators

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