ListenerSubscription class base

Inheritance
Implemented types

Constructors

ListenerSubscription(MetricsListener metricsListener, MeterFactory meterFactory)

Properties

hashCode int
The hash code for this object.
no setterinherited
list LinkedList<ListenerSubscription>?
The linked list containing this element.
no setterinherited
next ListenerSubscription?
The successor of this element in its linked list.
no setterinherited
previous ListenerSubscription?
The predecessor of this element in its linked list.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
override
initialize() → void
insertAfter(ListenerSubscription entry) → void
Insert an element after this element in this element's linked list.
inherited
insertBefore(ListenerSubscription entry) → void
Insert an element before this element in this element's linked list.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordObservableInstruments() → void
Requests that the current set of metrics for enabled instruments be sent to the listener's MeasurementCallback{T}'s.
override
toString() String
A string representation of this object.
inherited
Unlink the element from its linked list.
inherited

Operators

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