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