Class VertxClientRelatedBeansProducer
java.lang.Object
org.apache.camel.quarkus.component.http.vertx.VertxClientRelatedBeansProducer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) io.vertx.ext.web.client.spi.CookieStore(package private) io.vertx.core.VertxOptions
-
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()
-