Class QuestionsGrpc.QuestionsImplBase
- java.lang.Object
-
- com.streamlayer.interactive.question.QuestionsGrpc.QuestionsImplBase
-
- All Implemented Interfaces:
QuestionsGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- QuestionsGrpc
public abstract static class QuestionsGrpc.QuestionsImplBase extends java.lang.Object implements io.grpc.BindableService, QuestionsGrpc.AsyncService
Base class for the server implementation of the service Questions.
-
-
Constructor Summary
Constructors Constructor Description QuestionsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.streamlayer.interactive.question.QuestionsGrpc.AsyncService
create, delete, list, restore, review, setCorrectAnswer, setMarketClosed, setPosition, setStatus, stats, update
-
-