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