Package com.streamlayer.interactive.game
Class InteractiveGameGrpc.InteractiveGameFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<InteractiveGameGrpc.InteractiveGameFutureStub>
-
- com.streamlayer.interactive.game.InteractiveGameGrpc.InteractiveGameFutureStub
-
- Enclosing class:
- InteractiveGameGrpc
public static final class InteractiveGameGrpc.InteractiveGameFutureStub extends io.grpc.stub.AbstractFutureStub<InteractiveGameGrpc.InteractiveGameFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service InteractiveGame.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InteractiveGameGrpc.InteractiveGameFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<EndResponse>endGame(EndRequest request)com.google.common.util.concurrent.ListenableFuture<SetAutoPostResponse>setAutoPost(SetAutoPostRequest request)com.google.common.util.concurrent.ListenableFuture<StartResponse>startGame(StartRequest 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 InteractiveGameGrpc.InteractiveGameFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<InteractiveGameGrpc.InteractiveGameFutureStub>
-
startGame
public com.google.common.util.concurrent.ListenableFuture<StartResponse> startGame(StartRequest request)
-
endGame
public com.google.common.util.concurrent.ListenableFuture<EndResponse> endGame(EndRequest request)
-
setAutoPost
public com.google.common.util.concurrent.ListenableFuture<SetAutoPostResponse> setAutoPost(SetAutoPostRequest request)
-
-