Class ClientServiceGrpc.ClientServiceImplBase

java.lang.Object
com.soulfiremc.grpc.generated.ClientServiceGrpc.ClientServiceImplBase
All Implemented Interfaces:
ClientServiceGrpc.AsyncService, io.grpc.BindableService
Direct Known Subclasses:
ClientServiceImpl
Enclosing class:
ClientServiceGrpc

public abstract static class ClientServiceGrpc.ClientServiceImplBase extends Object implements io.grpc.BindableService, ClientServiceGrpc.AsyncService
Base class for the server implementation of the service ClientService.
Service for managing client/user-specific operations.
All methods in this service operate on the currently authenticated user,
identified via the JWT token in the Authorization header.
Each method requires a specific GlobalPermission to be granted to the user.
  • Constructor Details

    • ClientServiceImplBase

      public ClientServiceImplBase()
  • Method Details

    • bindService

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