Package com.streamlayer.inplay
Class InPlayGrpc.InPlayFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<InPlayGrpc.InPlayFutureStub>
-
- com.streamlayer.inplay.InPlayGrpc.InPlayFutureStub
-
- Enclosing class:
- InPlayGrpc
public static final class InPlayGrpc.InPlayFutureStub extends io.grpc.stub.AbstractFutureStub<InPlayGrpc.InPlayFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service InPlay.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InPlayGrpc.InPlayFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<LeaguesBySportResponse>leaguesBySport(LeaguesBySportRequest request)com.google.common.util.concurrent.ListenableFuture<ListSportsResponse>listSports(ListSportsRequest 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 InPlayGrpc.InPlayFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<InPlayGrpc.InPlayFutureStub>
-
listSports
public com.google.common.util.concurrent.ListenableFuture<ListSportsResponse> listSports(ListSportsRequest request)
-
leaguesBySport
public com.google.common.util.concurrent.ListenableFuture<LeaguesBySportResponse> leaguesBySport(LeaguesBySportRequest request)
-
-