Interface | Description |
---|---|
BatchEventAutoConfiguration.BatchEventsChannels |
Name of Batch Events channels.
|
TaskBatchDao |
Maintains the association between a
TaskExecution and a JobExecution
executed within it. |
Class | Description |
---|---|
BatchEventAutoConfiguration |
Autoconfigures Spring Batch listeners designed to emit events on the following
channels.
|
BatchEventAutoConfiguration.JobExecutionListenerConfiguration |
Configuration for Job Execution Listener.
|
EventEmittingChunkListener |
Provides informational messages around the
Chunk of a batch job. |
EventEmittingItemProcessListener |
Provides informational messages around the
ItemProcessListener of a batch job. |
EventEmittingItemReadListener |
Provides informational messages around the
ItemReader of a batch job. |
EventEmittingItemWriteListener |
Setups up the ItemWriteEventsListener to emit events to the spring cloud stream output
channel.
|
EventEmittingJobExecutionListener |
Provides
JobExecutionEvent at both the start and end of the job's execution. |
EventEmittingSkipListener |
Setups up the SkipProcessListener to emit events to the spring cloud stream output
channel.
|
EventEmittingStepExecutionListener |
Provides a
StepExecutionEvent at the start and end of each step indicating the
step's status. |
TaskBatchExecutionListener |
Responsible for storing the relationship between a Spring Batch job and the Spring
Cloud task it was executed within.
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.