类 RequestStreamGrpc.RequestStreamImplBase

java.lang.Object
com.alibaba.nacos.api.grpc.auto.RequestStreamGrpc.RequestStreamImplBase
所有已实现的接口:
io.grpc.BindableService
封闭类:
RequestStreamGrpc

public abstract static class RequestStreamGrpc.RequestStreamImplBase extends Object implements io.grpc.BindableService
  • 构造器详细资料

    • RequestStreamImplBase

      public RequestStreamImplBase()
  • 方法详细资料

    • requestStream

      public void requestStream(Payload request, io.grpc.stub.StreamObserver<Payload> responseObserver)
       build a streamRequest
       
    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      指定者:
      bindService 在接口中 io.grpc.BindableService