Uses of Class
org.springframework.batch.core.step.item.BatchRetryTemplate
Packages that use BatchRetryTemplate
Package
Description
Step level builders for java based job configuration.
Specific implementations of step concerns for item-oriented approach.
-
Uses of BatchRetryTemplate in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder that return BatchRetryTemplateModifier and TypeMethodDescriptionprotected BatchRetryTemplateFaultTolerantStepBuilder.createRetryOperations() -
Uses of BatchRetryTemplate in org.springframework.batch.core.step.item
Constructors in org.springframework.batch.core.step.item with parameters of type BatchRetryTemplateModifierConstructorDescriptionFaultTolerantChunkProcessor(ItemProcessor<? super I, ? extends O> itemProcessor, ItemWriter<? super O> itemWriter, BatchRetryTemplate batchRetryTemplate)