Class TelemetryHandlerOption

java.lang.Object
com.microsoft.kiota.http.middleware.options.TelemetryHandlerOption
All Implemented Interfaces:
com.microsoft.kiota.RequestOption

public class TelemetryHandlerOption extends Object implements com.microsoft.kiota.RequestOption
TelemetryHandlerOption class
  • Field Details

    • telemetryConfigurator

      @Nullable public Function<okhttp3.Request,okhttp3.Request> telemetryConfigurator
      A delegate which can be called to configure the Request with desired telemetry values.
  • Constructor Details

    • TelemetryHandlerOption

      public TelemetryHandlerOption()
      Creates a new instance of the TelemetryHandlerOption class
  • Method Details

    • getType

      @Nonnull public <T extends com.microsoft.kiota.RequestOption> Class<T> getType()
      Specified by:
      getType in interface com.microsoft.kiota.RequestOption