Decayer class abstract

Decayer is implemented by connection managers supporting decaying tags.

Constructors

Decayer.new()

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

close() Future<void>
Closes the decayer and stops background processes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerDecayingTag(String name, Duration interval, DecayFn decayFn, BumpFn bumpFn) Future<DecayingTag>
Creates and registers a new decaying tag, if and only if a tag with the supplied name doesn't exist yet. Otherwise, an error is thrown.
toString() String
A string representation of this object.
inherited

Operators

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