Interface | Description |
---|---|
BatchEventAutoConfiguration.BatchEventsChannels | |
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:
EventEmittingJobExecutionListener - job-execution-events
EventEmittingStepExecutionListener - step-execution-events
ChunkListener - chunk-events
EventEmittingItemReadListener - item-read-events
EventEmittingItemProcessListener - item-process-events
EventEmittingItemWriteListener - item-write-events
EventEmittingSkipListener - skip-events
|
BatchEventAutoConfiguration.JobExecutionListenerConfiguration | |
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 © 2018 Pivotal Software, Inc.. All rights reserved.