fixedDelay « Job « Spring Q&A





1. How to parameterize @Scheduled(fixedDelay) with Spring 3.0 expression language?    stackoverflow.com

When using the Spring 3.0 capability to annotate a scheduled task, I would like to set the fixedDelay as parameter from my configuration file, instead of hard-wiring it into my task ...