Package com.ecom.winners.configurations
Class BatchConfiguration
java.lang.Object
com.ecom.winners.configurations.BatchConfiguration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
org.springframework.batch.core.Job
selectingWeeklyWinner
(org.springframework.batch.core.repository.JobRepository jobRepository, JobCompletionNotificationListener listener, org.springframework.batch.core.Step fetchUserData, org.springframework.batch.core.Step insertUserTransactions, org.springframework.batch.core.Step selectLuckyWinner)
-
Constructor Details
-
BatchConfiguration
public BatchConfiguration()
-
-
Method Details
-
selectingWeeklyWinner
@Bean public org.springframework.batch.core.Job selectingWeeklyWinner(org.springframework.batch.core.repository.JobRepository jobRepository, JobCompletionNotificationListener listener, org.springframework.batch.core.Step fetchUserData, org.springframework.batch.core.Step insertUserTransactions, org.springframework.batch.core.Step selectLuckyWinner) -
runSelectingWeeklyWinnerJob
- Throws:
Exception
-