org.apache.batchee.camel.CamelChainItemProcessor
A chain of camelItemProcessor
- templateLocator: The locator to use to find camel item processors.
org.apache.batchee.camel.CamelItemProcessor
Uses camel producer template to process the incoming item.
- endpoint: Endpoint URI
- templateLocator: The locator to use to find the producer template
org.apache.batchee.camel.CamelItemReader
Uses a camel consumer as reader.
- endpoint: Endpoint URI
- expectedClass: Consumer stream type
- templateLocator: Locator for the consumer template
- timeout: Timeout after which we consider the consumption is done
org.apache.batchee.camel.CamelItemWriter
Uses camel to write processed items.
- endpoint: Endpoint URI
- templateLocator: Locator for the producer template