public static interface RetryUtils.CleanupAfterFailure
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup()
This is called once
RetryUtils.Task.perform() fails. |
void cleanup()
RetryUtils.Task.perform() fails. Retrying is stopped once this method throws an exception,
so errors inside this method should be ignored if you don't want to stop retrying.Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.