Package io.quarkus.vertx.http.deployment
Class VertxWebRouterBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.quarkus.vertx.http.deployment.VertxWebRouterBuildItem
-
public final class VertxWebRouterBuildItem extends io.quarkus.builder.item.SimpleBuildItem
-
-
Constructor Summary
Constructors Constructor Description VertxWebRouterBuildItem(io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> httpRouter, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> mainRouter, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> frameworkRouter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>getFrameworkRouter()Will benullif${quarkus.http.root-path}is the same as${quarkus.http.non-application-root-path}.io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>getHttpRouter()(package private) io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>getMainRouter()Will benullif `${quarkus.http.root-path}` is /.
-
-
-
Method Detail
-
getHttpRouter
public io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getHttpRouter()
-
getMainRouter
io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getMainRouter()
Will benullif `${quarkus.http.root-path}` is /.- Returns:
- RuntimeValue
-
getFrameworkRouter
io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getFrameworkRouter()
Will benullif${quarkus.http.root-path}is the same as${quarkus.http.non-application-root-path}.- Returns:
- RuntimeValue
-
-