Package com.grpc.load.v1
Class LoadGrpc.LoadFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<LoadGrpc.LoadFutureStub>
-
- com.grpc.load.v1.LoadGrpc.LoadFutureStub
-
- Enclosing class:
- LoadGrpc
public static final class LoadGrpc.LoadFutureStub extends io.grpc.stub.AbstractFutureStub<LoadGrpc.LoadFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Load.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoadGrpc.LoadFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<LoadResponse>load(LoadRequest 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 LoadGrpc.LoadFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LoadGrpc.LoadFutureStub>
-
load
public com.google.common.util.concurrent.ListenableFuture<LoadResponse> load(LoadRequest request)
-
-