Summer.Batch.Core.Job.Flow.Support |
이름 | 설명 |
---|---|
FlowJob | Implementation of the IJob interface that allows for complex flows of steps, rather than requiring sequential execution. In general, this job implementation was designed to be used behind a parser, allowing for a namespace to abstract away details. |
JobFlowExecutor | Implementation of IFlowExecutor for use in components that need to execute a flow related to a JobExecution. |