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