Annotation Type Idempotent

    • Element Detail

      • retries

        int retries
        Returns:
        Number of times to retry a call when it fails.
        Default:
        3
      • retryableExceptions

        Class[] retryableExceptions
        Returns:
        List of exceptions that should be retried.
        Default:
        {java.io.IOException.class}