public class CamelItemReader<I>
extends org.apache.camel.support.service.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() |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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.service.BaseServiceExceptionApache Camel