Class VertxClientRelatedBeansProducer

java.lang.Object
org.apache.camel.quarkus.component.http.vertx.VertxClientRelatedBeansProducer

@ApplicationScoped public class VertxClientRelatedBeansProducer extends Object
  • Constructor Details

    • VertxClientRelatedBeansProducer

      public VertxClientRelatedBeansProducer()
  • Method Details

    • createOptions

      @Singleton @Produces @Named("myVertxOptions") io.vertx.core.VertxOptions createOptions()
    • createCookieStore

      @ApplicationScoped @Produces @Named("myVertxCookieStore") io.vertx.ext.web.client.spi.CookieStore createCookieStore()