Class LinksClientGrpc.LinksClientFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<LinksClientGrpc.LinksClientFutureStub>
-
- com.streamlayer.shortLinks.linksClient.LinksClientGrpc.LinksClientFutureStub
-
- Enclosing class:
- LinksClientGrpc
public static final class LinksClientGrpc.LinksClientFutureStub extends io.grpc.stub.AbstractFutureStub<LinksClientGrpc.LinksClientFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service LinksClient.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LinksClientGrpc.LinksClientFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<GenerateResponse>generate(GenerateRequest 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 LinksClientGrpc.LinksClientFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LinksClientGrpc.LinksClientFutureStub>
-
generate
public com.google.common.util.concurrent.ListenableFuture<GenerateResponse> generate(GenerateRequest request)
-
-