You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importjava.util.Map;
importjava.util.stream.Collectors;
importio.smallrye.mutiny.Multi;
importio.smallrye.mutiny.Uni;
importjava.util.function.Consumer;
importorg.reactivestreams.Subscriber;
importorg.reactivestreams.Publisher;
importio.smallrye.mutiny.vertx.TypeArg;
importio.vertx.codegen.annotations.Fluent;
importio.smallrye.common.annotation.CheckReturnValue;
importio.github.zero88.jooqx.SQLExecutorBuilder;
importio.github.zero88.jooqx.datatype.DataTypeMapperRegistry;
importorg.jooq.DSLContext;
importio.github.zero88.jooqx.SQLErrorConverter;
/** * Represents a builder that construct {@link io.github.zero88.jooqx.mutiny.Jooqx} * * <p/> * NOTE: This class has been automatically generated from the {@link io.github.zero88.jooqx.JooqxBuilder original} non Mutiny-ified interface using Vert.x codegen. */@io.smallrye.mutiny.vertx.MutinyGen(io.github.zero88.jooqx.JooqxBuilder.class)
publicclassJooqxBuilder {
This issue does not happen with vertx-rx3 and vertx-rx2
Origin interface
JooqxBuilder
.SQLExecutorBuilder
is the internal interface (package level)Generated class
This issue does not happen with
vertx-rx3
andvertx-rx2
Originally posted by @zero88 in #492 (comment)
The text was updated successfully, but these errors were encountered: