クラス EventEmittingStepExecutionListener

java.lang.ObjectSE
org.springframework.cloud.task.batch.listener.EventEmittingStepExecutionListener
実装されたすべてのインターフェース:
org.springframework.batch.core.StepExecutionListenerorg.springframework.batch.core.StepListenerorg.springframework.core.Ordered

public class EventEmittingStepExecutionListener extends ObjectSE implements org.springframework.batch.core.StepExecutionListener, org.springframework.core.Ordered
各ステップの開始時と終了時に、ステップのステータスを示す StepExecutionEvent を提供します。StepExecutionListener.afterStep(StepExecution) は、入力された StepExecution の ExitStatus を返します。
作成者:
Michael Minella, Glenn Renfro, Ali Shahbour
  • コンストラクターの詳細

  • メソッドの詳細

    • beforeStep

      public void beforeStep(org.springframework.batch.core.StepExecution stepExecution)
      次で指定:
      インターフェース org.springframework.batch.core.StepExecutionListenerbeforeStep 
    • afterStep

      public org.springframework.batch.core.ExitStatus afterStep(org.springframework.batch.core.StepExecution stepExecution)
      次で指定:
      インターフェース org.springframework.batch.core.StepExecutionListenerafterStep 
    • getOrder

      public int getOrder()
      次で指定:
      インターフェース org.springframework.core.OrderedgetOrder