Class 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)  
    • Constructor Detail

      • 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)
    • 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 be null if `${quarkus.http.root-path}` is /.
        Returns:
        RuntimeValue
      • getFrameworkRouter

        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}.
        Returns:
        RuntimeValue