public class CamelItemProcessor<I,O> extends Object implements org.springframework.batch.item.ItemProcessor<I,O>
ItemProcessor
sending synchronous request to the given Camel endpoint. The actual processing of
the item is delegated to the Camel routes.Constructor and Description |
---|
CamelItemProcessor(org.apache.camel.ProducerTemplate producerTemplate,
String endpointUri) |
Apache Camel