类 RequestStreamGrpc.RequestStreamStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<RequestStreamGrpc.RequestStreamStub>
-
- com.alibaba.nacos.api.grpc.auto.RequestStreamGrpc.RequestStreamStub
-
- 封闭类:
- RequestStreamGrpc
public static final class RequestStreamGrpc.RequestStreamStub extends io.grpc.stub.AbstractStub<RequestStreamGrpc.RequestStreamStub>
-
-
构造器概要
构造器 限定符 构造器 说明 privateRequestStreamStub(io.grpc.Channel channel)privateRequestStreamStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected RequestStreamGrpc.RequestStreamStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidrequestStream(Payload request, io.grpc.stub.StreamObserver<Payload> responseObserver)build a streamRequest
-
-
-
方法详细资料
-
build
protected RequestStreamGrpc.RequestStreamStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- 指定者:
build在类中io.grpc.stub.AbstractStub<RequestStreamGrpc.RequestStreamStub>
-
-