Update missing information about error handling in ChunkListener
Resolves #4384
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
89db774509
commit
74c0b27022
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user