public final class VertxWebRouterBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
(package private) io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> |
getFrameworkRouter()
Will be
null if ${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 be
null if `${quarkus.http.root-path}` is /. |
io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> |
getRouter()
Deprecated.
|
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)
@Deprecated public io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getRouter()
public io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getHttpRouter()
io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getMainRouter()
null if `${quarkus.http.root-path}` is /.io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getFrameworkRouter()
null if ${quarkus.http.root-path} is the same as
${quarkus.http.non-application-root-path}.Copyright © 2021 JBoss by Red Hat. All rights reserved.