Uses of Class
io.quarkus.resteasy.runtime.ResteasyVertxConfig
-
Packages that use ResteasyVertxConfig Package Description io.quarkus.resteasy.runtime.standalone -
-
Uses of ResteasyVertxConfig in io.quarkus.resteasy.runtime.standalone
Methods in io.quarkus.resteasy.runtime.standalone with parameters of type ResteasyVertxConfig Modifier and Type Method Description io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>ResteasyStandaloneRecorder. vertxFailureHandler(Supplier<io.vertx.core.Vertx> vertx, Executor executor, ResteasyVertxConfig config, boolean noCustomAuthCompletionExMapper, boolean noCustomAuthFailureExMapper, boolean noCustomAuthRedirectExMapper, boolean proactive)io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>ResteasyStandaloneRecorder. vertxRequestHandler(Supplier<io.vertx.core.Vertx> vertx, Executor executor, ResteasyVertxConfig config)
-