Class SplibStepExecutionListener

java.lang.Object
jp.ecuacion.splib.batch.listener.SplibStepExecutionListener
All Implemented Interfaces:
org.springframework.batch.core.StepExecutionListener, org.springframework.batch.core.StepListener

@Component public class SplibStepExecutionListener extends Object implements org.springframework.batch.core.StepExecutionListener
Is a listener for steps.
  • Constructor Details

    • SplibStepExecutionListener

      public SplibStepExecutionListener()
  • Method Details

    • beforeStep

      public void beforeStep(org.springframework.batch.core.StepExecution stepExecution)
      Specified by:
      beforeStep in interface org.springframework.batch.core.StepExecutionListener