OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces

Left a TODO.
This commit is contained in:
dsyer
2008-08-26 07:47:00 +00:00
parent ca735a43b2
commit 0111123bb7

View File

@@ -406,6 +406,7 @@ public class RetryTemplate implements RetryOperations {
* otherwise
*/
protected boolean shouldRethrow(RetryPolicy retryPolicy, RetryContext context, RetryState state) {
// TODO: allow stateless behaviour to take over for certain exception types
return state != null;
}