public interface RetryProcessListener
Modifier and Type | Method and Description |
---|---|
void |
onRetryProcessException(Object item,
Exception ex)
The onRetryProcessException method receives control
when a retryable exception is thrown from an ItemProcessor
processItem method.
|
void onRetryProcessException(Object item, Exception ex) throws Exception
item
- specifies the item passed to the ItemProcessor.ex
- specifies the exception thrown by the ItemProcessor.Exception
- is thrown if an error occurs.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.