Uses of Interface
org.springframework.batch.core.job.flow.JobExecutionDecider
Packages that use JobExecutionDecider
Package
Description
Job and flow level builders for java based configuration of batch jobs
States used in defining the underlying Spring Batch state machine
-
Uses of JobExecutionDecider in org.springframework.batch.core.job.builder
Methods in org.springframework.batch.core.job.builder with parameters of type JobExecutionDeciderModifier and TypeMethodDescriptionFlowBuilder.from(JobExecutionDecider decider) Start again from a decision that was already registered.FlowBuilder.next(JobExecutionDecider decider) Transition to the decider on successful completion of the current step.SimpleJobBuilder.next(JobExecutionDecider decider) Continue with this decider if the previous step was successful.FlowBuilder.start(JobExecutionDecider decider) If a flow should start with a decision use this as the first state.FlowJobBuilder.start(JobExecutionDecider decider) Start a job with this decider, but expect to transition from there to other flows or steps.JobBuilder.start(JobExecutionDecider decider) Create a new job builder that will start with a decider.SimpleJobBuilder.start(JobExecutionDecider decider) Start with this decider.FlowBuilder.TransitionBuilder.stopAndRestart(JobExecutionDecider decider) Stop the flow and provide a decider to start with if the flow is restarted.FlowBuilder.TransitionBuilder.to(JobExecutionDecider decider) Specify the next state as a decision.Constructors in org.springframework.batch.core.job.builder with parameters of type JobExecutionDecider -
Uses of JobExecutionDecider in org.springframework.batch.core.job.flow.support.state
Constructors in org.springframework.batch.core.job.flow.support.state with parameters of type JobExecutionDecider