public class CamelItemReader<I>
extends org.apache.camel.support.ServiceSupport
implements org.springframework.batch.item.ItemReader<I>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CamelItemReader(org.apache.camel.ConsumerTemplate consumerTemplate,
String endpointUri) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected void |
doStart() |
protected void |
doStop() |
I |
read() |
public CamelItemReader(org.apache.camel.ConsumerTemplate consumerTemplate,
String endpointUri)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.ServiceSupportExceptionApache Camel