Class DictGrpcServer

java.lang.Object
io.github.xezzon.zeroweb.dict.DictGrpc.DictImplBase
io.github.xezzon.zeroweb.dict.DictGrpcServer
All Implemented Interfaces:
DictGrpc.AsyncService, io.grpc.BindableService

@GrpcService public class DictGrpcServer extends DictGrpc.DictImplBase
Author:
xezzon
  • Constructor Details

    • DictGrpcServer

      public DictGrpcServer(DictService dictService)
  • 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)
      导入字典数据(服务间接口)