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