flush abstract method

Future<void> flush()

Instructs the processor to force all telemetry items to be handled regardless of any internal buffering logic, completing asynchronously once all items are flushed.

Implementation

Future<void> flush();