| Interface | Description |
|---|---|
| BatchEventAutoConfiguration.BatchEventsChannels |
| 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. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.