Package io.github.xezzon.zeroweb.user
Class UserGrpc.UserImplBase
java.lang.Object
io.github.xezzon.zeroweb.user.UserGrpc.UserImplBase
- All Implemented Interfaces:
UserGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
UserGrpcServer
- Enclosing class:
- UserGrpc
public abstract static class UserGrpc.UserImplBase
extends Object
implements io.grpc.BindableService, UserGrpc.AsyncService
Base class for the server implementation of the service User.
用户相关的服务间接口
-
Constructor Details
-
UserImplBase
public UserImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-