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
ConstructorsConstructorDescriptionVertxWebRouterBuildItem(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, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> managementRouter, io.quarkus.runtime.RuntimeValue<io.vertx.mutiny.ext.web.Router> mutinyRouter) -
Method Summary
Modifier and TypeMethodDescription(package private) io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>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>io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>Will benullif `${quarkus.http.root-path}` is /.(package private) io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>Will benullif the management interface is disabled.io.quarkus.runtime.RuntimeValue<io.vertx.mutiny.ext.web.Router>
-
Constructor Details
-
VertxWebRouterBuildItem
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, io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> managementRouter, io.quarkus.runtime.RuntimeValue<io.vertx.mutiny.ext.web.Router> mutinyRouter)
-
-
Method Details
-
getHttpRouter
public io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getHttpRouter() -
getMutinyRouter
public io.quarkus.runtime.RuntimeValue<io.vertx.mutiny.ext.web.Router> getMutinyRouter() -
getMainRouter
public 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
-
getManagementRouter
io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getManagementRouter()Will benullif the management interface is disabled.- Returns:
- RuntimeValue
-