RuntimeObserver class abstract base

SDK-neutral, synchronous Runtime instrumentation.

Callbacks run in registration order. They must return quickly and enqueue asynchronous export work themselves. Every callback is isolated: throwing never replaces an Effect outcome or prevents later observers from running.

Constructors

RuntimeObserver()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
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
onCleanupFailure(CleanupFailureEvent event) → void
onExecutionEnd(ExecutionEndEvent event) → void
onExecutionStart(ExecutionStartEvent event) → void
onInterruption(InterruptionEvent event) → void
onResourceRelease(ResourceReleaseEvent event) → void
onRetry(RetryEvent event) → void
onServiceAcquire(ServiceAcquireEvent event) → void
onServiceResolve(ServiceResolveEvent event) → void
toString() String
A string representation of this object.
inherited

Operators

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