类 BiRequestStreamGrpc.BiRequestStreamImplBase

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

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

    • BiRequestStreamImplBase

      public BiRequestStreamImplBase()
  • 方法详细资料

    • requestBiStream

      public io.grpc.stub.StreamObserver<Payload> requestBiStream(io.grpc.stub.StreamObserver<Payload> responseObserver)
       Sends a commonRequest
       
    • bindService

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