Class QuestionsGrpc
- java.lang.Object
-
- com.streamlayer.interactive.question.QuestionsGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/interactive/question/interactive.questions.proto") public final class QuestionsGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQuestionsGrpc.AsyncServicestatic classQuestionsGrpc.QuestionsBlockingStubA stub to allow clients to do synchronous rpc calls to service Questions.static classQuestionsGrpc.QuestionsFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Questions.static classQuestionsGrpc.QuestionsImplBaseBase class for the server implementation of the service Questions.static classQuestionsGrpc.QuestionsStubA stub to allow clients to do asynchronous rpc calls to service Questions.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(QuestionsGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateRequest,CreateResponse>getCreateMethod()static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse>getDeleteMethod()static io.grpc.MethodDescriptor<ListRequest,ListResponse>getListMethod()static io.grpc.MethodDescriptor<RestoreRequest,RestoreResponse>getRestoreMethod()static io.grpc.MethodDescriptor<ReviewRequest,ReviewResponse>getReviewMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SetCorrectAnswerRequest,SetCorrectAnswerResponse>getSetCorrectAnswerMethod()static io.grpc.MethodDescriptor<SetMarketClosedRequest,SetMarketClosedResponse>getSetMarketClosedMethod()static io.grpc.MethodDescriptor<SetPositionRequest,SetPositionResponse>getSetPositionMethod()static io.grpc.MethodDescriptor<SetStatusRequest,SetStatusResponse>getSetStatusMethod()static io.grpc.MethodDescriptor<StatsRequest,StatsResponse>getStatsMethod()static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse>getUpdateMethod()static QuestionsGrpc.QuestionsBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QuestionsGrpc.QuestionsFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic QuestionsGrpc.QuestionsStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateMethod
public static io.grpc.MethodDescriptor<CreateRequest,CreateResponse> getCreateMethod()
-
getDeleteMethod
public static io.grpc.MethodDescriptor<DeleteRequest,DeleteResponse> getDeleteMethod()
-
getRestoreMethod
public static io.grpc.MethodDescriptor<RestoreRequest,RestoreResponse> getRestoreMethod()
-
getUpdateMethod
public static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> getUpdateMethod()
-
getReviewMethod
public static io.grpc.MethodDescriptor<ReviewRequest,ReviewResponse> getReviewMethod()
-
getListMethod
public static io.grpc.MethodDescriptor<ListRequest,ListResponse> getListMethod()
-
getSetStatusMethod
public static io.grpc.MethodDescriptor<SetStatusRequest,SetStatusResponse> getSetStatusMethod()
-
getSetMarketClosedMethod
public static io.grpc.MethodDescriptor<SetMarketClosedRequest,SetMarketClosedResponse> getSetMarketClosedMethod()
-
getSetPositionMethod
public static io.grpc.MethodDescriptor<SetPositionRequest,SetPositionResponse> getSetPositionMethod()
-
getSetCorrectAnswerMethod
public static io.grpc.MethodDescriptor<SetCorrectAnswerRequest,SetCorrectAnswerResponse> getSetCorrectAnswerMethod()
-
getStatsMethod
public static io.grpc.MethodDescriptor<StatsRequest,StatsResponse> getStatsMethod()
-
newStub
public static QuestionsGrpc.QuestionsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static QuestionsGrpc.QuestionsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static QuestionsGrpc.QuestionsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(QuestionsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-