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
- Author:
- xezzon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetDictListByTag(DictReq request, io.grpc.stub.StreamObserver<DictListResp> responseObserver) voidimportDict(DictImportReqList request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) Methods inherited from class DictGrpc.DictImplBase
bindService
-
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)
-