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 Type
    Method
    Description
    根据字典目获取字典列表
    com.google.protobuf.Empty
    导入字典

    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

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getDictListByTag

      public DictListResp getDictListByTag(DictReq request)
       根据字典目获取字典列表
       
    • importDict

      public com.google.protobuf.Empty importDict(DictImportReqList request)
       导入字典