Package io.github.xezzon.zeroweb.dict
Class DictGrpc.DictBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractBlockingStub<DictGrpc.DictBlockingStub>
io.github.xezzon.zeroweb.dict.DictGrpc.DictBlockingStub
- Enclosing class:
- DictGrpc
public static final class DictGrpc.DictBlockingStub
extends io.grpc.stub.AbstractBlockingStub<DictGrpc.DictBlockingStub>
A stub to allow clients to do synchronous 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 TypeMethodDescriptiongetDictListByTag
(DictReq request) 根据字典目获取字典列表com.google.protobuf.Empty
importDict
(DictImportReqList request) 导入字典Methods inherited from class io.grpc.stub.AbstractBlockingStub
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
根据字典目获取字典列表
-
importDict
导入字典
-