Class GrpcServerResponse<Req,Resp>

java.lang.Object
io.vertx.rxjava3.grpc.common.GrpcWriteStream<Resp>
io.vertx.rxjava3.grpc.server.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 Details

    • __TYPE_ARG

      public static final io.vertx.lang.rx.TypeArg<GrpcServerResponse> __TYPE_ARG
    • __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 Details

    • GrpcServerResponse

      public GrpcServerResponse(GrpcServerResponse delegate)
    • GrpcServerResponse

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