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