Uses of Class
io.opentelemetry.exporter.internal.grpc.GrpcResponse
Packages that use GrpcResponse
Package
Description
Internal utilities for exporters.
Utilities for gRPC exporters.
-
Uses of GrpcResponse in io.opentelemetry.exporter.internal
Fields in io.opentelemetry.exporter.internal declared as GrpcResponseModifier and TypeFieldDescriptionprivate final GrpcResponse
FailedExportException.GrpcExportException.response
Methods in io.opentelemetry.exporter.internal that return GrpcResponseModifier and TypeMethodDescriptionFailedExportException.GrpcExportException.getResponse()
Returns the response if the export failed with a response from the server, or null if the export failed exceptionally with no response.Methods in io.opentelemetry.exporter.internal with parameters of type GrpcResponseModifier and TypeMethodDescriptionFailedExportException.grpcFailedWithResponse
(GrpcResponse response) Indicates a gRPC export failed after receiving a response from the server.Constructors in io.opentelemetry.exporter.internal with parameters of type GrpcResponseModifierConstructorDescriptionprivate
GrpcExportException
(GrpcResponse response, Throwable cause) -
Uses of GrpcResponse in io.opentelemetry.exporter.internal.grpc
Subclasses of GrpcResponse in io.opentelemetry.exporter.internal.grpcMethods in io.opentelemetry.exporter.internal.grpc that return GrpcResponseMethods in io.opentelemetry.exporter.internal.grpc with parameters of type GrpcResponseModifier and TypeMethodDescriptionprivate void
GrpcExporter.onResponse
(CompletableResultCode result, int numItems, GrpcResponse grpcResponse) Method parameters in io.opentelemetry.exporter.internal.grpc with type arguments of type GrpcResponse