Package org.springframework.batch.core.step.builder
@NonNullApi
package org.springframework.batch.core.step.builder
Step level builders for java based job configuration.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionAbstractTaskletStepBuilder<B extends AbstractTaskletStepBuilder<B>>Base class for step builders that want to build a
TaskletStep
.A step builder for fully fault tolerant chunk-oriented item processing steps.A step builder forFlowStep
instances.A step builder forJobStep
instances.Step builder forPartitionStep
instances.SimpleStepBuilder<I,O> Step builder for simple item processing (chunk oriented) steps.Convenient entry point for building all kinds of steps.Utility exception thrown by builders when they encounter unexpected checked exceptions.StepBuilderHelper<B extends StepBuilderHelper<B>>A base class and utility for other step builders providing access to common properties like job repository and listeners.Builder for tasklet step based on a custom tasklet (not item oriented).