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, 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 Type
    Method
    Description
    io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>
    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>
     
    io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>
    Will be null if `${quarkus.http.root-path}` is /.
    io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router>
    Will be null if the management interface is disabled.
    io.quarkus.runtime.RuntimeValue<io.vertx.mutiny.ext.web.Router>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 be null if `${quarkus.http.root-path}` is /.
      Returns:
      RuntimeValue
    • getFrameworkRouter

      public 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
    • getManagementRouter

      public io.quarkus.runtime.RuntimeValue<io.vertx.ext.web.Router> getManagementRouter()
      Will be null if the management interface is disabled.
      Returns:
      RuntimeValue