Annotation Interface Retry


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Retry
Annotation allow applying Retry to a specific method When applied to method, method may throw RetryExhaustedException when all retry attempts are exhausted
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details