Package jakarta.batch.api.listener
Interface StepListener
- All Known Implementing Classes:
AbstractStepListener
public interface StepListener
StepListener intercepts step execution.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The afterStep method receives control after a step execution ends.void
The beforeStep method receives control before a step execution begins.