Package io.github.xezzon.zeroweb.dict
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 TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<DictListResp>
getDictListByTag
(DictReq request) 根据字典目获取字典列表com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
importDict
(DictImportReqList 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
-
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) 导入字典
-