Update missing information about error handling in ChunkListener

Resolves #4384
This commit is contained in:
injae.kim
2023-11-17 20:35:08 +09:00
committed by Mahmoud Ben Hassine
parent 89db774509
commit 74c0b27022
4 changed files with 91 additions and 7 deletions

View File

@@ -130,6 +130,9 @@ You can apply a `ChunkListener` when there is no chunk declaration. The `Tasklet
responsible for calling the `ChunkListener`, so it applies to a non-item-oriented tasklet
as well (it is called before and after the tasklet).
A `ChunkListener` is not designed to throw checked exceptions. Errors must be handled in the
implementation or the step will terminate.
[[itemReadListener]]
== `ItemReadListener`