Class PlayerSessionGrpcService

java.lang.Object
tech.skworks.tachyon.service.player.session.PlayerSessionGrpcService
All Implemented Interfaces:
io.grpc.BindableService

public class PlayerSessionGrpcService extends Object implements io.grpc.BindableService
Project Tachyon Class PlayerSessionGrpcService
Since:
1.0.0-SNAPSHOT
Version:
1.0
Author:
Jimmy (vSKAH) - 21/04/2026
  • Constructor Details

    • PlayerSessionGrpcService

      public PlayerSessionGrpcService(io.quarkus.redis.datasource.ReactiveRedisDataSource redisDS)
  • Method Details

    • freePlayer

      public io.smallrye.mutiny.Uni<org.bson.RawBsonDocument> freePlayer(org.bson.RawBsonDocument request)
    • playerHeartBeatBatch

      public io.smallrye.mutiny.Uni<org.bson.RawBsonDocument> playerHeartBeatBatch(org.bson.RawBsonDocument request)
    • bindService

      public io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService