Package org.springframework.batch.core.step
@NullMarked
package org.springframework.batch.core.step
Specific implementations of step concerns.
- Author:
- Michael Minella, Mahmoud Ben Hassine, Stefano Cordio
-
ClassDescriptionA
Stepimplementation that provides common behavior to subclasses, including registering and calling listeners.Interface for listingSteps by name.Exception to signal that a step was requested that is unknown or does not exist.Fails the step if no items have been processed ( item count is 0).Batch domain interface representing the configuration of a step.Represents a contribution to aStepExecution, buffering changes until they can be applied at a chunk boundary.Batch domain object representation for the execution of a step.Interface for holders of aStepas a convenience for callers who need access to the underlying instance.Strategy interface for an interruption policy.Interface for locating aStepinstance by name.Deprecated, for removal: This API element is subject to removal in a future version.since 6.0 with no replacement.Extension of theStepinterface to be implemented by steps that support being stopped.Policy that checks the current thread to see if it has been interrupted.