Class ExampleServiceGrpc.ExampleServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceFutureStub>
-
- io.github.majusko.grpc.apm.interceptor.proto.ExampleServiceGrpc.ExampleServiceFutureStub
-
- Enclosing class:
- ExampleServiceGrpc
public static final class ExampleServiceGrpc.ExampleServiceFutureStub extends io.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceFutureStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExampleServiceGrpc.ExampleServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>getExample(Example.GetExampleRequest request)com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>listExample(Example.GetExampleRequest request)com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>someAction(com.google.protobuf.Empty request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected ExampleServiceGrpc.ExampleServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ExampleServiceGrpc.ExampleServiceFutureStub>
-
getExample
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> getExample(Example.GetExampleRequest request)
-
listExample
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> listExample(Example.GetExampleRequest request)
-
someAction
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> someAction(com.google.protobuf.Empty request)
-
-