Package com.streamlayer.interactive.feed
Class FeedGrpc.FeedBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<FeedGrpc.FeedBlockingStub>
-
- com.streamlayer.interactive.feed.FeedGrpc.FeedBlockingStub
-
- Enclosing class:
- FeedGrpc
public static final class FeedGrpc.FeedBlockingStub extends io.grpc.stub.AbstractBlockingStub<FeedGrpc.FeedBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Feed.
-
-
Method Summary
-
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 FeedGrpc.FeedBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<FeedGrpc.FeedBlockingStub>
-
get
public GetResponse get(GetRequest request)
-
subscription
public java.util.Iterator<SubscriptionResponse> subscription(SubscriptionRequest request)
-
votingSubscription
public java.util.Iterator<VotingSubscriptionResponse> votingSubscription(VotingSubscriptionRequest request)
-
questionSubscription
public java.util.Iterator<QuestionSubscriptionResponse> questionSubscription(QuestionSubscriptionRequest request)
-
questionByUser
public QuestionByUserResponse questionByUser(QuestionByUserRequest request)
-
syncQuestion
public SyncQuestionResponse syncQuestion(SyncQuestionRequest request)
-
getQuestion
public GetQuestionResponse getQuestion(GetQuestionRequest request)
-
questionDetail
public QuestionDetailResponse questionDetail(QuestionDetailRequest request)
-
submitAnswer
public SubmitAnswerResponse submitAnswer(SubmitAnswerRequest request)
-
submitInplay
public SubmitInplayResponse submitInplay(SubmitInplayRequest request)
-
skipQuestion
public SkipQuestionResponse skipQuestion(SkipQuestionRequest request)
-
pickHistory
public PickHistoryResponse pickHistory(PickHistoryRequest request)
-
insightHistory
public InsightHistoryResponse insightHistory(InsightHistoryRequest request)
-
tweetHistory
public TweetHistoryResponse tweetHistory(TweetHistoryRequest request)
-
promotionHistory
public PromotionHistoryResponse promotionHistory(PromotionHistoryRequest request)
-
list
public FeedListResponse list(FeedListRequest request)
-
item
public FeedItemResponse item(FeedItemRequest request)
-
feedSubscription
public java.util.Iterator<FeedSubscriptionResponse> feedSubscription(FeedSubscriptionRequest request)
not implemented!!!
-
betPack
public BetPackResponse betPack(BetPackRequest request)
-
simulateQuestionUpdate
public java.util.Iterator<SimulateQuestionUpdateResponse> simulateQuestionUpdate(SimulateQuestionUpdateRequest request)
-
-