-
Methods Method Description io.quarkus.vertx.http.deployment.HttpRootPathBuildItem.adjustPath(String) UseresolvePath
instead. Do not use this method. Will be removed in Quarkus 2.0io.quarkus.vertx.http.deployment.NonApplicationRootPathBuildItem.Builder.requiresLegacyRedirect() This will be removed in Quarkus 2.0, don't use unless you have to.io.quarkus.vertx.http.deployment.RouteBuildItem.Builder.displayOnNotFoundPage(String, String) Specify the path as part of defining the routeio.quarkus.vertx.http.deployment.RouteBuildItem.Builder.routeFunction(Function<Router, Route>) io.quarkus.vertx.http.deployment.VertxWebRouterBuildItem.getRouter()
-
Constructors Constructor Description io.quarkus.vertx.http.deployment.RouteBuildItem(Function<Router, Route>, Handler<RoutingContext>, HandlerType) Use the Builder instead.io.quarkus.vertx.http.deployment.RouteBuildItem.Builder()