I want to make some job initialization at the beginning of a job, e.g. to calculate system date of transactions to be sent in the job.
I think it can be done by adding an InterceptorChain at the beginning of job. May I know if Spring Batch currently support it? If yes, how to do it? If not, any plan to support or else workaround?
Thanks a lot!![]()


Reply With Quote