public class CamelJobExecutionListener extends Object implements org.springframework.batch.core.JobExecutionListener
| Modifier and Type | Class and Description |
|---|---|
static class |
CamelJobExecutionListener.EventType |
| Constructor and Description |
|---|
CamelJobExecutionListener(org.apache.camel.ProducerTemplate producerTemplate,
String endpointUri) |
public CamelJobExecutionListener(org.apache.camel.ProducerTemplate producerTemplate,
String endpointUri)
public void beforeJob(org.springframework.batch.core.JobExecution jobExecution)
beforeJob in interface org.springframework.batch.core.JobExecutionListenerpublic void afterJob(org.springframework.batch.core.JobExecution jobExecution)
afterJob in interface org.springframework.batch.core.JobExecutionListenerApache Camel