public interface RetryAlgorithm
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExecutionAllowed()
Implementors report if operation execution should proceed.
|
void |
reportExecutionFailure(Exception exceptionThrown)
Will be invoked when an execution failure is encountered.
|
void |
reset()
Implementors re-initialize for a new invocation.
|
boolean isExecutionAllowed()
void reportExecutionFailure(Exception exceptionThrown)
exceptionThrown - void reset()
Copyright © 2015. All rights reserved.