Annotation Interface OnProcessError
Marks a method to be called if an exception is thrown by an
Expected signature: void onProcessError(T item,
ItemProcessor. Expected signature: void onProcessError(T item,
Exception e)- Since:
- 2.0
- Author:
- Lucas Ward
- See Also: