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