TelemetrySink class abstract
Destination for telemetry events.
- Implementers
Constructors
Properties
Methods
-
dispose(
) → Future< void> - Perform any necessary cleanup.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
List< TelemetryEvent> events) → Future<bool> -
Send a batch of events. Returns
trueon success. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited