@ParametersAreNonnullByDefault
Package io.opentelemetry.exporter.internal.grpc
Utilities for gRPC exporters.
-
Interface Summary Interface Description GrpcSender<T extends Marshaler> An exporter of a messages encoded byMarshaler
using the gRPC wire format.GrpcSenderProvider A service provider interface (SPI) for providingGrpcSender
s backed by different client libraries. -
Class Summary Class Description AutoValue_GrpcResponse GrpcExporter<T extends Marshaler> Generic gRPC exporter.GrpcExporterBuilder<T extends Marshaler> A builder forGrpcExporter
.GrpcExporterUtil This class is internal and is hence not for public use.GrpcResponse This class is internal and is hence not for public use.ManagedChannelUtil Utilities for working with gRPC channels.MarshalerInputStream Adapter fromMarshaler
to gRPC types.MarshalerServiceStub<T extends Marshaler,U,S extends MarshalerServiceStub<T,U,S>> A gRPC stub that uses aMarshaler
.