Package org.bonitasoft.engine.work
Interface ExceptionRetryabilityEvaluator
-
- All Known Implementing Classes:
DefaultExceptionRetryabilityEvaluator
public interface ExceptionRetryabilityEvaluator- Author:
- Baptiste Mesta.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classExceptionRetryabilityEvaluator.Retryability
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionRetryabilityEvaluator.RetryabilityevaluateRetryability(java.lang.Throwable thrown)
-
-
-
Method Detail
-
evaluateRetryability
ExceptionRetryabilityEvaluator.Retryability evaluateRetryability(java.lang.Throwable thrown)
-
-