Uses of Class
io.opentelemetry.exporter.internal.grpc.GrpcResponse
-
Packages that use GrpcResponse Package Description io.opentelemetry.exporter.internal Internal utilities for exporters.io.opentelemetry.exporter.internal.grpc Utilities for gRPC exporters. -
-
Uses of GrpcResponse in io.opentelemetry.exporter.internal
Fields in io.opentelemetry.exporter.internal declared as GrpcResponse Modifier and Type Field Description private GrpcResponseFailedExportException.GrpcExportException. responseMethods in io.opentelemetry.exporter.internal that return GrpcResponse Modifier and Type Method Description GrpcResponseFailedExportException.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 GrpcResponse Modifier and Type Method Description static FailedExportException.GrpcExportExceptionFailedExportException. 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 GrpcResponse Constructor Description GrpcExportException(GrpcResponse response, java.lang.Throwable cause) -
Uses of GrpcResponse in io.opentelemetry.exporter.internal.grpc
Subclasses of GrpcResponse in io.opentelemetry.exporter.internal.grpc Modifier and Type Class Description (package private) classAutoValue_GrpcResponseMethods in io.opentelemetry.exporter.internal.grpc that return GrpcResponse Modifier and Type Method Description static GrpcResponseGrpcResponse. create(int grpcStatusValue, java.lang.String grpcStatusDescription)Methods in io.opentelemetry.exporter.internal.grpc with parameters of type GrpcResponse Modifier and Type Method Description private voidGrpcExporter. onResponse(CompletableResultCode result, int numItems, GrpcResponse grpcResponse)Method parameters in io.opentelemetry.exporter.internal.grpc with type arguments of type GrpcResponse Modifier and Type Method Description voidGrpcSender. send(T request, java.util.function.Consumer<GrpcResponse> onResponse, java.util.function.Consumer<java.lang.Throwable> onError)
-