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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -