spring-batch
spring-batch copied to clipboard
Allow a StepInterruptionPolicy to be injected through the step builder
TaskletStep provides a setter for the interruption policy, but not AbstractTaskletStepBuilder. This issue is to add a method in the builder to set a custom interruption policy.
Hi @fmbenhassine Can I work on this?
Hi @baezzys ,
Sure! Thank you for your offer to help 🙏
Resolved as part of 3433b02e7b1b53c340cbee1dda71ffe288f71f06, see ChunkOrientedStepBuilder#interruptionPolicy(StepInterruptionPolicy)