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
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. -
Uses of GrpcResponse in io.opentelemetry.exporter.internal.grpc
Methods in io.opentelemetry.exporter.internal.grpc that return GrpcResponseMethod parameters in io.opentelemetry.exporter.internal.grpc with type arguments of type GrpcResponse