Interface OpenTelemetrySdkAccess.ForceFlusher

Enclosing class:
OpenTelemetrySdkAccess

public static interface OpenTelemetrySdkAccess.ForceFlusher
Interface matching io.opentelemetry.sdk.trace.SdkTracerProvider#forceFlush() to allow holding a reference to it.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(long timeout, TimeUnit unit)
    Executes force flush.
  • Method Details

    • run

      void run(long timeout, TimeUnit unit)
      Executes force flush.