You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decouple job execution creation from its execution in JobOperator
This commit introduces a new extension point to allow users
to customize the way job executions are launched in the job
operator. A typical use-case would be to delay the execution
of a job until some condition becomes true (from the original
feature request described in #3637)
Credits to @hosuaby for the idea in #3637
Copy file name to clipboardExpand all lines: spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/TaskExecutorJobLauncher.java
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -102,10 +102,16 @@ public class TaskExecutorJobLauncher implements JobLauncher, InitializingBean {
0 commit comments