Uses of Interface
org.apache.camel.ProducerTemplate
-
Packages that use ProducerTemplate Package Description org.apache.camel The core Camel API. -
-
Uses of ProducerTemplate in org.apache.camel
Methods in org.apache.camel that return ProducerTemplate Modifier and Type Method Description ProducerTemplateCamelContext. createProducerTemplate()Creates a newProducerTemplatewhich is started and therefore ready to use right away.ProducerTemplateCamelContext. 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 ProducerTemplate Modifier and Type Method Description FluentProducerTemplateFluentProducerTemplate. withTemplateCustomizer(Consumer<ProducerTemplate> templateCustomizer)To customize the producer template for advanced usage like to set the executor service to use.
-