Class CamelJobExecutionListener
- java.lang.Object
-
- org.apache.camel.component.spring.batch.support.CamelJobExecutionListener
-
- All Implemented Interfaces:
org.springframework.batch.core.JobExecutionListener
public class CamelJobExecutionListener extends Object implements org.springframework.batch.core.JobExecutionListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCamelJobExecutionListener.EventType
-
Constructor Summary
Constructors Constructor Description CamelJobExecutionListener(org.apache.camel.ProducerTemplate producerTemplate, String endpointUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterJob(org.springframework.batch.core.JobExecution jobExecution)voidbeforeJob(org.springframework.batch.core.JobExecution jobExecution)
-
-
-
Constructor Detail
-
CamelJobExecutionListener
public CamelJobExecutionListener(org.apache.camel.ProducerTemplate producerTemplate, String endpointUri)
-
-
Method Detail
-
beforeJob
public void beforeJob(org.springframework.batch.core.JobExecution jobExecution)
- Specified by:
beforeJobin interfaceorg.springframework.batch.core.JobExecutionListener
-
afterJob
public void afterJob(org.springframework.batch.core.JobExecution jobExecution)
- Specified by:
afterJobin interfaceorg.springframework.batch.core.JobExecutionListener
-
-