| Method and Description |
|---|
| io.quarkus.vertx.http.deployment.HttpRootPathBuildItem.adjustPath(String)
Use
resolvePath instead. Do not use this method. Will be removed in Quarkus 2.0 |
| io.quarkus.vertx.http.deployment.RouteBuildItem.Builder.displayOnNotFoundPage(String, String)
Specify the path as part of defining the route
|
| io.quarkus.vertx.http.deployment.VertxWebRouterBuildItem.getRouter() |
| io.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.routeFunction(Function<Router, Route>) |
| Constructor and Description |
|---|
| io.quarkus.vertx.http.deployment.RouteBuildItem.Builder() |
| io.quarkus.vertx.http.deployment.RouteBuildItem(Function<Router, Route>, Handler<RoutingContext>)
Use the Builder instead.
|
| io.quarkus.vertx.http.deployment.RouteBuildItem(Function<Router, Route>, Handler<RoutingContext>, HandlerType)
Use the Builder instead.
|
| io.quarkus.vertx.http.deployment.RouteBuildItem(String, Handler<RoutingContext>)
Use the Builder instead.
|
| io.quarkus.vertx.http.deployment.RouteBuildItem(String, Handler<RoutingContext>, boolean)
Use the Builder instead.
|
| io.quarkus.vertx.http.deployment.RouteBuildItem(String, Handler<RoutingContext>, HandlerType)
Use the Builder instead.
|
| io.quarkus.vertx.http.deployment.RouteBuildItem(String, Handler<RoutingContext>, HandlerType, boolean)
Use the Builder instead.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.