Annotation Interface Retryable
Annotation allow applying
Retrier to a specific method
When applied to method, method may throw RetryAttemptException when all retry attempts are exhausted-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- the name of the retryable and part of the config path
-