Package com.streamlayer.interactive.feed
Class FeedGrpc
- java.lang.Object
-
- com.streamlayer.interactive.feed.FeedGrpc
-
@Generated(value="by gRPC proto compiler (version 1.65.1)", comments="Source: streamlayer/interactive/feed/interactive.feed.proto") public final class FeedGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFeedGrpc.AsyncServicestatic classFeedGrpc.FeedBlockingStubA stub to allow clients to do synchronous rpc calls to service Feed.static classFeedGrpc.FeedFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Feed.static classFeedGrpc.FeedImplBaseBase class for the server implementation of the service Feed.static classFeedGrpc.FeedStubA stub to allow clients to do asynchronous rpc calls to service Feed.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetMethod
public static io.grpc.MethodDescriptor<GetRequest,GetResponse> getGetMethod()
-
getSubscriptionMethod
public static io.grpc.MethodDescriptor<SubscriptionRequest,SubscriptionResponse> getSubscriptionMethod()
-
getVotingSubscriptionMethod
public static io.grpc.MethodDescriptor<VotingSubscriptionRequest,VotingSubscriptionResponse> getVotingSubscriptionMethod()
-
getQuestionSubscriptionMethod
public static io.grpc.MethodDescriptor<QuestionSubscriptionRequest,QuestionSubscriptionResponse> getQuestionSubscriptionMethod()
-
getQuestionByUserMethod
public static io.grpc.MethodDescriptor<QuestionByUserRequest,QuestionByUserResponse> getQuestionByUserMethod()
-
getSyncQuestionMethod
public static io.grpc.MethodDescriptor<SyncQuestionRequest,SyncQuestionResponse> getSyncQuestionMethod()
-
getGetQuestionMethod
public static io.grpc.MethodDescriptor<GetQuestionRequest,GetQuestionResponse> getGetQuestionMethod()
-
getQuestionDetailMethod
public static io.grpc.MethodDescriptor<QuestionDetailRequest,QuestionDetailResponse> getQuestionDetailMethod()
-
getSubmitAnswerMethod
public static io.grpc.MethodDescriptor<SubmitAnswerRequest,SubmitAnswerResponse> getSubmitAnswerMethod()
-
getSubmitInplayMethod
public static io.grpc.MethodDescriptor<SubmitInplayRequest,SubmitInplayResponse> getSubmitInplayMethod()
-
getSkipQuestionMethod
public static io.grpc.MethodDescriptor<SkipQuestionRequest,SkipQuestionResponse> getSkipQuestionMethod()
-
getPickHistoryMethod
public static io.grpc.MethodDescriptor<PickHistoryRequest,PickHistoryResponse> getPickHistoryMethod()
-
getInsightHistoryMethod
public static io.grpc.MethodDescriptor<InsightHistoryRequest,InsightHistoryResponse> getInsightHistoryMethod()
-
getTweetHistoryMethod
public static io.grpc.MethodDescriptor<TweetHistoryRequest,TweetHistoryResponse> getTweetHistoryMethod()
-
getPromotionHistoryMethod
public static io.grpc.MethodDescriptor<PromotionHistoryRequest,PromotionHistoryResponse> getPromotionHistoryMethod()
-
getListMethod
public static io.grpc.MethodDescriptor<FeedListRequest,FeedListResponse> getListMethod()
-
getItemMethod
public static io.grpc.MethodDescriptor<FeedItemRequest,FeedItemResponse> getItemMethod()
-
getFeedSubscriptionMethod
public static io.grpc.MethodDescriptor<FeedSubscriptionRequest,FeedSubscriptionResponse> getFeedSubscriptionMethod()
-
getBetPackMethod
public static io.grpc.MethodDescriptor<BetPackRequest,BetPackResponse> getBetPackMethod()
-
getSimulateQuestionUpdateMethod
public static io.grpc.MethodDescriptor<SimulateQuestionUpdateRequest,SimulateQuestionUpdateResponse> getSimulateQuestionUpdateMethod()
-
newStub
public static FeedGrpc.FeedStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static FeedGrpc.FeedBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static FeedGrpc.FeedFutureStub 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(FeedGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-