Package io.github.xezzon.zeroweb.user
Class UserGrpc.UserFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<UserGrpc.UserFutureStub>
io.github.xezzon.zeroweb.user.UserGrpc.UserFutureStub
- Enclosing class:
- UserGrpc
public static final class UserGrpc.UserFutureStub
extends io.grpc.stub.AbstractFutureStub<UserGrpc.UserFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service User.
用户相关的服务间接口
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<AddUserResp>
addUser
(AddUserReq request) 新增用户Methods inherited from class io.grpc.stub.AbstractFutureStub
newStub, newStub
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
addUser
新增用户
-