public interface RetryProcessListener| 修飾子と型 | メソッドと説明 |
|---|---|
void | onRetryProcessException(ObjectSE item, ExceptionSE ex)ItemProcessor processItem メソッドから再試行可能な例外がスローされると、onRetryProcessException メソッドが制御を受け取ります。 |
void onRetryProcessException(ObjectSE item, ExceptionSE ex) throws ExceptionSE
item - ItemProcessor に渡されるアイテムを指定します。ex - ItemProcessor によってスローされる例外を指定します。ExceptionSE - エラーが発生した場合にスローされます。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.