Class SettingGrpc.SettingStub

java.lang.Object
io.grpc.stub.AbstractStub<SettingGrpc.SettingStub>
io.grpc.stub.AbstractAsyncStub<SettingGrpc.SettingStub>
io.github.xezzon.zeroweb.setting.SettingGrpc.SettingStub
Enclosing class:
SettingGrpc

public static final class SettingGrpc.SettingStub extends io.grpc.stub.AbstractAsyncStub<SettingGrpc.SettingStub>
A stub to allow clients to do asynchronous rpc calls to service Setting.
业务参数服务
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    getSetting(GetSettingRequest request, io.grpc.stub.StreamObserver<SettingItem> 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

    Methods inherited from class Object

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

    • getSetting

      public void getSetting(GetSettingRequest request, io.grpc.stub.StreamObserver<SettingItem> responseObserver)
      获取参数值