Package org.springframework.cloud.task.batch.listener
package org.springframework.cloud.task.batch.listener
-
ClassDescriptionAutoconfigures Spring Batch listeners designed to emit events on the following channels.Configuration for Job Execution Listener.Provides informational messages around the
Chunk
of a batch job.Provides informational messages around theItemProcessListener
of a batch job.Provides informational messages around theItemReader
of a batch job.Setups up the ItemWriteEventsListener to emit events to the spring cloud stream output channel.ProvidesJobExecutionEvent
at both the start and end of the job's execution.Setups up the SkipProcessListener to emit events to the spring cloud stream output channel.Provides aStepExecutionEvent
at the start and end of each step indicating the step's status.Maintains the association between aTaskExecution
and aJobExecution
executed within it.Responsible for storing the relationship between a Spring Batch job and the Spring Cloud task it was executed within.