Class PlayerSessionServiceGrpc.PlayerSessionServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<PlayerSessionServiceGrpc.PlayerSessionServiceStub>
io.grpc.stub.AbstractAsyncStub<PlayerSessionServiceGrpc.PlayerSessionServiceStub>
tech.skworks.tachyon.service.contracts.player.session.PlayerSessionServiceGrpc.PlayerSessionServiceStub
- Enclosing class:
PlayerSessionServiceGrpc
public static class PlayerSessionServiceGrpc.PlayerSessionServiceStub
extends io.grpc.stub.AbstractAsyncStub<PlayerSessionServiceGrpc.PlayerSessionServiceStub>
A stub to allow clients to do asynchronous rpc calls to service PlayerSessionService.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidfreePlayer(FreePlayerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) voidplayerHeartBeat(PlayerHeartBeatRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) voidplayerHeartBeatBatch(PlayerHeartBeatBatchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected PlayerSessionServiceGrpc.PlayerSessionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<PlayerSessionServiceGrpc.PlayerSessionServiceStub>
-
playerHeartBeat
public void playerHeartBeat(PlayerHeartBeatRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) -
playerHeartBeatBatch
public void playerHeartBeatBatch(PlayerHeartBeatBatchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) -
freePlayer
public void freePlayer(FreePlayerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
-