Class 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 Detail

      • vertx

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

        protected final com.fasterxml.jackson.databind.ObjectMapper mapper
      • beanContainer

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

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

        protected final Executor executor
      • rootPath

        protected final String rootPath
    • Method Detail

      • handle

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