Package org.springframework.batch.core
@NullMarked
package org.springframework.batch.core
Core domain context for Spring Batch covering jobs, steps, configuration and execution
abstractions. Most classes here are interfaces with implementations saved for specific
applications. This is the public API of Spring Batch. There is a reference
implementation of the core interfaces in the execution module.
- Author:
- Michael Minella, Mahmoud Ben Hassine, Stefano Cordio
-
ClassDescriptionEnumeration representing the status of an execution.Batch Domain Entity class.Value object used to carry information about the status of a job or step execution.Class that exposes the Spring Batch version.