Package org.springframework.batch.core.step
@NonNullApi
package org.springframework.batch.core.step
Specific implementations of step concerns.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescriptionA
Step
implementation that provides common behavior to subclasses, including registering and calling listeners.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).Interface for holders of aStep
as a convenience for callers who need access to the underlying instance.Strategy interface for an interruption policy.Interface for locating aStep
instance by name.Convenience factory forStep
instances given aStepLocator
.Policy that checks the current thread to see if it has been interrupted.