Class ProfilesServiceGrpc.ProfilesServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<ProfilesServiceGrpc.ProfilesServiceFutureStub>
io.opentelemetry.proto.collector.profiles.v1development.ProfilesServiceGrpc.ProfilesServiceFutureStub
- Enclosing class:
- ProfilesServiceGrpc
public static final class ProfilesServiceGrpc.ProfilesServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<ProfilesServiceGrpc.ProfilesServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service ProfilesService.
Service that can be used to push profiles between one Application instrumented with OpenTelemetry and a collector, or between a collector and a central collector.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<ExportProfilesServiceResponse>
export
(ExportProfilesServiceRequest request) For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected ProfilesServiceGrpc.ProfilesServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
build
in classio.grpc.stub.AbstractStub<ProfilesServiceGrpc.ProfilesServiceFutureStub>
-
export
public com.google.common.util.concurrent.ListenableFuture<ExportProfilesServiceResponse> export(ExportProfilesServiceRequest request) For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.
-