Class TelemetryHandlerOption
java.lang.Object
com.microsoft.kiota.http.middleware.options.TelemetryHandlerOption
- All Implemented Interfaces:
com.microsoft.kiota.RequestOption
TelemetryHandlerOption class
-
Field Summary
FieldsModifier and TypeFieldDescriptionFunction<okhttp3.Request, okhttp3.Request> A delegate which can be called to configure the Request with desired telemetry values. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of the TelemetryHandlerOption class -
Method Summary
-
Field Details
-
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
- Specified by:
getTypein interfacecom.microsoft.kiota.RequestOption
-