Class VertxRequestHandler

java.lang.Object
io.quarkus.funqy.runtime.bindings.http.VertxRequestHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class VertxRequestHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
  • Field Details

    • vertx

      protected final io.vertx.core.Vertx vertx
    • rootPath

      protected final String rootPath
    • beanContainer

      protected final io.quarkus.arc.runtime.BeanContainer beanContainer
    • association

      protected final io.quarkus.security.identity.CurrentIdentityAssociation association
    • currentVertxRequest

      protected final CurrentVertxRequest currentVertxRequest
    • executor

      protected final Executor executor
  • Constructor Details

    • VertxRequestHandler

      public VertxRequestHandler(io.vertx.core.Vertx vertx, io.quarkus.arc.runtime.BeanContainer beanContainer, String rootPath, Executor executor)
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext routingContext)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>