public class FlowStepBuilder extends StepBuilderHelper<FlowStepBuilder>
FlowStep
instances. A flow step delegates processing to a nested flow composed of other
steps.StepBuilderHelper.CommonStepProperties
logger, properties
Constructor and Description |
---|
FlowStepBuilder(StepBuilderHelper<?> parent)
Create a new builder initialized with any properties in the parent.
|
Modifier and Type | Method and Description |
---|---|
Step |
build()
Build a step that executes the flow provided, normally composed of other steps.
|
FlowStepBuilder |
flow(Flow flow)
Provide a flow to execute during the step.
|
allowStartIfComplete, enhance, getJobRepository, getName, getTransactionManager, isAllowStartIfComplete, listener, listener, repository, startLimit, transactionManager
public FlowStepBuilder(StepBuilderHelper<?> parent)
parent
- a parent helper containing common step propertiespublic FlowStepBuilder flow(Flow flow)
flow
- the flow to executepublic Step build()