Class TestDictGrpcServer

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

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

    • TestDictGrpcServer

      public TestDictGrpcServer()
  • 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)