Annotation Interface OnSkipInWrite
Marks a method to be called when an item is skipped due to an exception thrown in the
Expected signature: void onSkipInWrite(S item,
ItemWriter
.Expected signature: void onSkipInWrite(S item,
Throwable
t)- Since:
- 2.0
- Author:
- Lucas Ward
- See Also: