Package com.soulfiremc.grpc.generated
Class UserServiceGrpc.UserServiceImplBase
java.lang.Object
com.soulfiremc.grpc.generated.UserServiceGrpc.UserServiceImplBase
- All Implemented Interfaces:
UserServiceGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
UserServiceImpl
- Enclosing class:
UserServiceGrpc
public abstract static class UserServiceGrpc.UserServiceImplBase
extends Object
implements io.grpc.BindableService, UserServiceGrpc.AsyncService
Base class for the server implementation of the service UserService.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.soulfiremc.grpc.generated.UserServiceGrpc.AsyncService
createUser, deleteUser, generateUserAPIToken, getUserInfo, invalidateSessions, listUsers, updateUser
-
Constructor Details
-
UserServiceImplBase
public UserServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-