Class JooqxBatchCollector<R>

java.lang.Object
io.github.zero88.jooqx.mutiny.JooqxBatchCollector<R>

public class JooqxBatchCollector<R> extends Object
Represents for a collector that collects Vert.x SQL batch result to an expectation output

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

  • Field Details

    • __TYPE_ARG

      public static final io.smallrye.mutiny.vertx.TypeArg<JooqxBatchCollector> __TYPE_ARG
    • __typeArg_0

      public final io.smallrye.mutiny.vertx.TypeArg<R> __typeArg_0
  • Constructor Details

    • JooqxBatchCollector

      public JooqxBatchCollector(JooqxBatchCollector delegate)
    • JooqxBatchCollector

      public JooqxBatchCollector(Object delegate, io.smallrye.mutiny.vertx.TypeArg<R> typeArg_0)
    • JooqxBatchCollector

      public JooqxBatchCollector(JooqxBatchCollector delegate, io.smallrye.mutiny.vertx.TypeArg<R> typeArg_0)
  • Method Details