Class BetsGrpc.BetsFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<BetsGrpc.BetsFutureStub>
-
- com.streamlayer.sportsdata.client.bets.BetsGrpc.BetsFutureStub
-
- Enclosing class:
- BetsGrpc
public static final class BetsGrpc.BetsFutureStub extends io.grpc.stub.AbstractFutureStub<BetsGrpc.BetsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Bets.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BetsGrpc.BetsFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<FuturesResponse>futures(FuturesRequest request)com.google.common.util.concurrent.ListenableFuture<GameLineResponse>gameLine(GameLineRequest request)on game page new versioncom.google.common.util.concurrent.ListenableFuture<GameMarketsResponse>gameMarkets(GameMarketsRequest request)com.google.common.util.concurrent.ListenableFuture<GameOddsResponse>gameOdds(GameOddsRequest request)on game pagecom.google.common.util.concurrent.ListenableFuture<GamePropsResponse>gameProps(GamePropsRequest request)-
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 BetsGrpc.BetsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BetsGrpc.BetsFutureStub>
-
gameProps
public com.google.common.util.concurrent.ListenableFuture<GamePropsResponse> gameProps(GamePropsRequest request)
-
gameMarkets
public com.google.common.util.concurrent.ListenableFuture<GameMarketsResponse> gameMarkets(GameMarketsRequest request)
-
futures
public com.google.common.util.concurrent.ListenableFuture<FuturesResponse> futures(FuturesRequest request)
-
gameOdds
public com.google.common.util.concurrent.ListenableFuture<GameOddsResponse> gameOdds(GameOddsRequest request)
on game page
-
gameLine
public com.google.common.util.concurrent.ListenableFuture<GameLineResponse> gameLine(GameLineRequest request)
on game page new version
-
-