Package com.streamlayer.importer
Class ImporterGrpc.ImporterFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<ImporterGrpc.ImporterFutureStub>
-
- com.streamlayer.importer.ImporterGrpc.ImporterFutureStub
-
- Enclosing class:
- ImporterGrpc
public static final class ImporterGrpc.ImporterFutureStub extends io.grpc.stub.AbstractFutureStub<ImporterGrpc.ImporterFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Importer.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ImporterGrpc.ImporterFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<CsvImportQuestionsResponse>csvImportQuestions(CsvImportQuestionsRequest 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 ImporterGrpc.ImporterFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<ImporterGrpc.ImporterFutureStub>
-
csvImportQuestions
public com.google.common.util.concurrent.ListenableFuture<CsvImportQuestionsResponse> csvImportQuestions(CsvImportQuestionsRequest request)
-
-