Package org.springframework.batch.core.job
@NullMarked
package org.springframework.batch.core.job
Specific implementations of job concerns.
- Author:
- Michael Minella, Mahmoud Ben Hassine, Stefano Cordio
-
ClassDescriptionAbstract implementation of the
Jobinterface.Default implementation of theJobKeyGeneratorinterface.Batch domain object representing a job.Batch domain object representing the execution of a job.Root of exception hierarchy for checked exceptions in job and step execution.Batch domain object representing a uniquely identifiable job run.Exception to indicate the job has been interrupted.Strategy interface for the generation of the key used in identifying uniqueJobInstanceobjects.Simple implementation ofJobinterface providing the ability to run aJobExecution.Implementation ofStepHandlerthat manages repository and restart concerns.Indicates the step's start limit has been exceeded.Indicates to the framework that a critical error has occurred and processing should immediately stop.