Class DictGrpc.DictFutureStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<DictGrpc.DictFutureStub>
io.github.xezzon.zeroweb.dict.DictGrpc.DictFutureStub
Enclosing class:
DictGrpc

public static final class DictGrpc.DictFutureStub extends io.grpc.stub.AbstractFutureStub<DictGrpc.DictFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Dict.
 字典相关的服务间接口
 
  • 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<DictListResp>
    根据字典目获取字典列表
    com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
    导入字典

    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

    • getDictListByTag

      public com.google.common.util.concurrent.ListenableFuture<DictListResp> getDictListByTag(DictReq request)
       根据字典目获取字典列表
       
    • importDict

      public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> importDict(DictImportReqList request)
       导入字典