Annotation Interface Retryable


@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Retryable
Set this annotation on a PersistTask if it can simply be executed again when it failed because of a OutdatedException.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
  • Element Details

    • maxRetries

      int maxRetries
      Default:
      5