Package org.springframework.batch.core.job.flow.support.state
@NonNullApi
package org.springframework.batch.core.job.flow.support.state
States used in defining the underlying Spring Batch state machine
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionState that requires a decider to make the status decision.
State
implementation for ending a job if it is in progress and continuing if just starting.Strategy interface for aggregatingFlowExecution
instances into a single exit status.State that delegates to a FlowImplementation of theFlowExecutionAggregator
interface that aggregatesFlowExecutionStatus
', using the status with the high precedence as the aggregate status.