クラス EventEmittingJobExecutionListener

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

public class EventEmittingJobExecutionListener extends ObjectSE implements org.springframework.batch.core.JobExecutionListener, org.springframework.core.Ordered
ジョブ実行の開始時と終了時の両方で JobExecutionEvent を提供します。
作成者:
Michael Minella, Glenn Renfro, Ali Shahbour
  • コンストラクターの詳細

  • メソッドの詳細

    • beforeJob

      public void beforeJob(org.springframework.batch.core.JobExecution jobExecution)
      次で指定:
      インターフェース org.springframework.batch.core.JobExecutionListenerbeforeJob 
    • afterJob

      public void afterJob(org.springframework.batch.core.JobExecution jobExecution)
      次で指定:
      インターフェース org.springframework.batch.core.JobExecutionListenerafterJob 
    • getOrder

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