Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
0.7
-
None
-
None
Description
Currently the only way to pass job configuration is by using Scheduled annotation. It would be nice to have another registerNewJob method taking job configuration as parameter, for example
void registerNewJob(Class<? extends T> jobClass, JobConfiguration configuration);