Uses of Interface
org.apache.camel.ProducerTemplate
Packages that use ProducerTemplate
-
Uses of ProducerTemplate in org.apache.camel
Methods in org.apache.camel that return ProducerTemplateModifier and TypeMethodDescriptionCamelContext.createProducerTemplate()Creates a newProducerTemplatewhich is started and therefore ready to use right away.CamelContext.createProducerTemplate(int maximumCacheSize) Creates a newProducerTemplatewhich is started and therefore ready to use right away.Method parameters in org.apache.camel with type arguments of type ProducerTemplateModifier and TypeMethodDescriptionFluentProducerTemplate.withTemplateCustomizer(Consumer<ProducerTemplate> templateCustomizer) To customize the producer template for advanced usage like to set the executor service to use.