Uses of Class
io.quarkus.vertx.http.deployment.spi.RouteBuildItem.Builder
-
Uses of RouteBuildItem.Builder in io.quarkus.vertx.http.deployment.spi
Methods in io.quarkus.vertx.http.deployment.spi that return RouteBuildItem.BuilderModifier and TypeMethodDescriptionRouteBuildItem.Builder.asBlockingRoute()Sets the route as a blocking route.RouteBuildItem.Builder.asFailureRoute()Sets the route as a failure route.RouteBuildItem.Builder.displayOnNotFoundPage()Adds the route to the page returned when a 404 error is returned.RouteBuildItem.Builder.displayOnNotFoundPage(String notFoundPageTitle) Adds the route to the page returned when a 404 error is returned, and sets the title of the page.static RouteBuildItem.BuilderRouteBuildItem.newAbsoluteRoute(String path) Declares a new absolute route.static RouteBuildItem.BuilderRouteBuildItem.newApplicationRoute(String path) Declares a new application route.static RouteBuildItem.BuilderRouteBuildItem.newFrameworkRoute(String path) Declares a new framework route.static RouteBuildItem.BuilderRouteBuildItem.newManagementRoute(String path) Declares a new management route.static RouteBuildItem.BuilderRouteBuildItem.newManagementRoute(String path, String managementConfigKey) Declares a new framework route, conditionally considered as a management route depending on the value of themanagementConfigKeyproperty.RouteBuildItem.Builder.withOrder(int order) Defines the route order.RouteBuildItem.Builder.withRequestHandler(io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> handler) Sets the request handler (mandatory)RouteBuildItem.Builder.withRouteCustomizer(Consumer<io.vertx.ext.web.Route> customizer) Sets a function to customize the route.RouteBuildItem.Builder.withRoutePathConfigKey(String attributeName) Sets a property configuring the route path.