Class MarshalerMetricsServiceGrpc.MetricsServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<S>
-
- io.opentelemetry.exporter.internal.grpc.MarshalerServiceStub<Marshaler,ExportMetricsServiceResponse,MarshalerMetricsServiceGrpc.MetricsServiceFutureStub>
-
- io.opentelemetry.exporter.otlp.metrics.MarshalerMetricsServiceGrpc.MetricsServiceFutureStub
-
- Enclosing class:
- MarshalerMetricsServiceGrpc
static final class MarshalerMetricsServiceGrpc.MetricsServiceFutureStub extends MarshalerServiceStub<Marshaler,ExportMetricsServiceResponse,MarshalerMetricsServiceGrpc.MetricsServiceFutureStub>
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMetricsServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MarshalerMetricsServiceGrpc.MetricsServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<ExportMetricsServiceResponse>export(Marshaler request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected MarshalerMetricsServiceGrpc.MetricsServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<MarshalerMetricsServiceGrpc.MetricsServiceFutureStub>
-
export
public com.google.common.util.concurrent.ListenableFuture<ExportMetricsServiceResponse> export(Marshaler request)
- Specified by:
exportin classMarshalerServiceStub<Marshaler,ExportMetricsServiceResponse,MarshalerMetricsServiceGrpc.MetricsServiceFutureStub>
-
-