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