Uses of Interface
org.apache.camel.ProducerTemplate
-
Uses of ProducerTemplate in org.apache.camel
Modifier and TypeMethodDescriptionCamelContext.createProducerTemplate()
Creates a newProducerTemplate
which is started and therefore ready to use right away.CamelContext.createProducerTemplate
(int maximumCacheSize) Creates a newProducerTemplate
which is started and therefore ready to use right away.Modifier and TypeMethodDescriptionFluentProducerTemplate.withTemplateCustomizer
(Consumer<ProducerTemplate> templateCustomizer) To customize the producer template for advanced usage like to set the executor service to use.