Class GrpcClientResponse<Req,Resp>

java.lang.Object
io.vertx.rxjava3.grpc.common.GrpcReadStream<Resp>
io.vertx.rxjava3.grpc.client.GrpcClientResponse<Req,Resp>
All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate, ReadStream<Resp>, StreamBase

public class GrpcClientResponse<Req,Resp> extends GrpcReadStream<Resp> implements io.vertx.lang.rx.RxDelegate
A response from a gRPC server. You can set a messageHandler(Handler) to receive and a endHandler(Handler) to be notified of the end of the response.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.