Reputation: 1292
I'm using Spring Batch in my java application.
I want to schedule a job to run in a specific time, for example - run in 48 hours from now, once only. How can I achieve that behavior?
Couldn't find anything in the documentation...
Upvotes: 1
Views: 2783