Class GrpcServerResponse<Req,​Resp>

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate, StreamBase, WriteStream<Resp>

    public class GrpcServerResponse<Req,​Resp>
    extends GrpcWriteStream<Resp>
    implements io.vertx.lang.rx.RxDelegate
    • Field Detail

      • __typeArg_0

        public final io.vertx.lang.rx.TypeArg<Req> __typeArg_0
      • __typeArg_1

        public final io.vertx.lang.rx.TypeArg<Resp> __typeArg_1
    • Constructor Detail

      • GrpcServerResponse

        public GrpcServerResponse​(Object delegate,
                                  io.vertx.lang.rx.TypeArg<Req> typeArg_0,
                                  io.vertx.lang.rx.TypeArg<Resp> typeArg_1)