クラス EventEmittingChunkListener

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

public class EventEmittingChunkListener extends ObjectSE implements org.springframework.batch.core.ChunkListener, org.springframework.core.Ordered
バッチジョブの Chunk に関する情報メッセージを提供します。この実装では、ChunkListener.beforeChunk(ChunkContext) と ChunkListener.afterChunk(ChunkContext) は両方とも何も行いません。ChunkListener.afterChunkError(ChunkContext)
作成者:
Ali Shahbour
  • コンストラクターの詳細

  • メソッドの詳細

    • beforeChunk

      public void beforeChunk(org.springframework.batch.core.scope.context.ChunkContext context)
      次で指定:
      インターフェース org.springframework.batch.core.ChunkListenerbeforeChunk 
    • afterChunk

      public void afterChunk(org.springframework.batch.core.scope.context.ChunkContext context)
      次で指定:
      インターフェース org.springframework.batch.core.ChunkListenerafterChunk 
    • afterChunkError

      public void afterChunkError(org.springframework.batch.core.scope.context.ChunkContext context)
      次で指定:
      インターフェース org.springframework.batch.core.ChunkListenerafterChunkError 
    • getOrder

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