Package com.ecom.winners.notifiers
Class JobCompletionNotificationListener
java.lang.Object
com.ecom.winners.notifiers.JobCompletionNotificationListener
- All Implemented Interfaces:
org.springframework.batch.core.JobExecutionListener
@Component
public class JobCompletionNotificationListener
extends Object
implements org.springframework.batch.core.JobExecutionListener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterJob
(org.springframework.batch.core.JobExecution jobExecution) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.batch.core.JobExecutionListener
beforeJob
-
Constructor Details
-
JobCompletionNotificationListener
public JobCompletionNotificationListener()
-
-
Method Details
-
afterJob
public void afterJob(org.springframework.batch.core.JobExecution jobExecution) - Specified by:
afterJob
in interfaceorg.springframework.batch.core.JobExecutionListener
-