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

      • CurrentRequestProducer

        public CurrentRequestProducer()
    • Method Detail

      • getCurrentRequest

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