Uses of Interface
org.apache.camel.ConsumerTemplate
-
Packages that use ConsumerTemplate Package Description org.apache.camel The core Camel API. -
-
Uses of ConsumerTemplate in org.apache.camel
Methods in org.apache.camel that return ConsumerTemplate Modifier and Type Method Description ConsumerTemplateCamelContext. createConsumerTemplate()Creates a newConsumerTemplatewhich is started and therefore ready to use right away.ConsumerTemplateCamelContext. createConsumerTemplate(int maximumCacheSize)Creates a newConsumerTemplatewhich is started and therefore ready to use right away.
-