Uses of Class
io.opentelemetry.exporter.internal.grpc.MarshalerServiceStub
Packages that use MarshalerServiceStub
-
Uses of MarshalerServiceStub in io.opentelemetry.exporter.internal.grpc
Classes in io.opentelemetry.exporter.internal.grpc with type parameters of type MarshalerServiceStubModifier and TypeClassDescriptionclassMarshalerServiceStub<T extends Marshaler, U, S extends MarshalerServiceStub<T,U, S>> A gRPC stub that uses aMarshaler.Constructor parameters in io.opentelemetry.exporter.internal.grpc with type arguments of type MarshalerServiceStubModifierConstructorDescriptionGrpcExporterBuilder(String exporterName, String type, long defaultTimeoutSecs, URI defaultEndpoint, Supplier<BiFunction<io.grpc.Channel, String, MarshalerServiceStub<T, ?, ?>>> grpcStubFactory, String grpcEndpointPath)