| Package | Description |
|---|---|
| org.springframework.batch.core.job |
Specific implementations of job concerns.
|
| org.springframework.batch.core.job.flow |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleJob
Simple implementation of
Job interface providing the ability to run a
JobExecution. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowJob
Implementation of the
Job interface that allows for complex flows of
steps, rather than requiring sequential execution. |
Copyright © 2014. All rights reserved.