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 Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<AddUserResp>
    新增用户

    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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • addUser

      public com.google.common.util.concurrent.ListenableFuture<AddUserResp> addUser(AddUserReq request)
       新增用户