Class CurrentRequestProducer

java.lang.Object
io.quarkus.vertx.http.runtime.CurrentRequestProducer

@Singleton public class CurrentRequestProducer extends Object
Note that we intentionally put the producer in a separate class so that it's possible to exclude the bean if a naming conflict exists.
  • Constructor Details

    • CurrentRequestProducer

      public CurrentRequestProducer()
  • Method Details

    • getCurrentRequest

      @Named("vertxRequest") @Produces @RequestScoped public io.vertx.core.http.HttpServerRequest getCurrentRequest(io.vertx.ext.web.RoutingContext rc)