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 Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    void
    freePlayer(FreePlayerRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
     
    void
    playerHeartBeat(PlayerHeartBeatRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
     
    void
    playerHeartBeatBatch(PlayerHeartBeatBatchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
     

    Methods inherited from class io.grpc.stub.AbstractAsyncStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait