Java org.springframework.batch.core.step.factory FaultTolerantStepFactoryBean fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.batch.core.step.factory FaultTolerantStepFactoryBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.batch.core.step.factory FaultTolerantStepFactoryBean.

The text is from its open source code.

Constructor

Method

voidsetRetryableExceptionClasses(Map, Boolean> retryableExceptionClasses)
Public setter for the retryable exceptions classifier map (from throwable class to boolean, true is retryable).
voidsetRetryLimit(int retryLimit)
Public setter for the retry limit.
voidsetSkipLimit(int skipLimit)
A limit that determines skip policy.
voidsetSkippableExceptionClasses(Map, Boolean> exceptionClasses)
Exception classes that when raised won't crash the job but will result in the item which handling caused the exception being skipped.