Class QuarkusContextProducers


  • @Singleton
    public class QuarkusContextProducers
    extends Object
    Provides CDI producers for objects that can be injected via @Context In quarkus-rest this works because @Context is considered an alias for @Inject through the use of AutoInjectAnnotationBuildItem
    • Constructor Detail

      • QuarkusContextProducers

        public QuarkusContextProducers()
    • Method Detail

      • httpServerResponse

        @RequestScoped
        @Produces
        io.vertx.core.http.HttpServerResponse httpServerResponse()