cancellation - How to cancel a step from Spring batch besides returning null from reader -
is there way cancel step not job spring batch? thought when used "org.springframework.batch.core.step.item.skiplimitstepfactorybean" , property "fatalexceptionclasses", when fatal exception happened, step cancelled not entire job. dont understand why if property inside step cancels entire job.
i know can return null reader. other way?
thanks
Comments
Post a Comment