@NonNullApi
See: Description
| Interface | Description |
|---|---|
| JobFactory |
Strategy for creating a single job.
|
| JobLocator |
A runtime service locator interface for retrieving job configurations by
name. |
| JobRegistry |
A runtime service registry interface for registering job configurations by
name. |
| ListableJobLocator |
A listable extension of
JobLocator. |
| StepRegistry |
| Exception | Description |
|---|---|
| BatchConfigurationException |
Represents an error has occured in the configuration of base batch
infrastructure (creation of a
JobRepository
for example. |
| DuplicateJobException |
Checked exception that indicates a name clash when registering
Job instances. |