Package jakarta.batch.api.listener
Interface StepListener
-
- All Known Implementing Classes:
AbstractStepListener
public interface StepListenerStepListener intercepts step execution.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterStep()The afterStep method receives control after a step execution ends.voidbeforeStep()The beforeStep method receives control before a step execution begins.
-