Uses of Class
io.quarkus.vertx.web.runtime.RouteMatcher
-
Packages that use RouteMatcher Package Description io.quarkus.vertx.web.runtime -
-
Uses of RouteMatcher in io.quarkus.vertx.web.runtime
Methods in io.quarkus.vertx.web.runtime with parameters of type RouteMatcher Modifier and Type Method Description Function<io.vertx.ext.web.Router,io.vertx.ext.web.Route>VertxWebRecorder. createRouteFunction(RouteMatcher matcher, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> bodyHandler, boolean alwaysAuthenticateRoute)
-