I have a scenario where I have to make an HTTP request using JOB. The job will make an HTTP request for different job parameters. There can be multiple jobs of same type but would have different job parameters. Also I want to the details of Started Jobs , Completed Jobs , Paused Jobs on UI in Tabular format where i can see Job report
Which spring Module can i use for this?
1.Spring Task Executor / Task Scheduler Does it have start / pause functionality? Can i have multiple instances of the job with different job parameters? Can I have details of previous jobs(Status , start time , End time etc.)?
2.Spring Batch What i understood from spring batch is , it is used for Reading data from database , processing it , writing to some output stream. In my case , I want read the data from Database and using that data i have to make a HTTP request to some Server(I don't have to write it it any output stream). Is it possible in Spring batch?if yes , then How?
OR Is there any other way of doing it?
Please help me. I am new to Spring Batch and Job framework Thanks in Advance.
Aucun commentaire:
Enregistrer un commentaire