Class MutinyPlayerDataServiceGrpc.PlayerDataServiceImplBase
java.lang.Object
tech.skworks.tachyon.service.contracts.player.data.MutinyPlayerDataServiceGrpc.PlayerDataServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Direct Known Subclasses:
PlayerDataGrpcService, PlayerDataServiceBean
- Enclosing class:
MutinyPlayerDataServiceGrpc
public abstract static class MutinyPlayerDataServiceGrpc.PlayerDataServiceImplBase
extends Object
implements io.grpc.BindableService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ServerServiceDefinitionio.smallrye.mutiny.Uni<PullProfileResponse> pullProfile(PullProfileRequest request) io.smallrye.mutiny.Uni<com.google.protobuf.Empty> pushProfile(PushProfileRequest request) withCompression(String compression) Set whether the server will try to use a compressed response.
-
Constructor Details
-
PlayerDataServiceImplBase
public PlayerDataServiceImplBase()
-
-
Method Details
-
withCompression
Set whether the server will try to use a compressed response.- Parameters:
compression- the compression, e.ggzip
-
pullProfile
-
pushProfile
-
bindService
public io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-