Package org.springframework.batch.core.job.builder
@NonNullApi
package org.springframework.batch.core.job.builder
Job and flow level builders for java based configuration of batch jobs
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionFlowBuilder<Q>A builder for a flow of steps that can be executed as a job or as part of a job.A builder for building a split state.A builder for transitions within a flow.A builder for continuing a flow from a decision state.A job builder for
FlowJob
instances.Convenience for building jobs of various kinds.JobBuilderHelper<B extends JobBuilderHelper<B>>A base class and utility for other job builders providing access to common properties like job repository.