File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-core/src/main/java/org/springframework/core/retry Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
* retries a {@link Retryable} operation based on a configured {@link RetryPolicy}
36
36
* and {@link BackOff} policy.
37
37
*
38
- * <p>By default, a retryable operation will be invoked at most 3 times with a
38
+ * <p>By default, a retryable operation will be retried at most 3 times with a
39
39
* fixed backoff of 1 second.
40
40
*
41
41
* <p>A {@link RetryListener} can be {@linkplain #setRetryListener(RetryListener)
42
42
* registered} to intercept and inject behavior during key retry phases (before a
43
43
* retry attempt, after a retry attempt, etc.).
44
44
*
45
- * <p>All retry operations performed by this class are logged at debug level,
46
- * using {@code "org.springframework.core.retry.RetryTemplate"} as the log category.
45
+ * <p>All retry actions performed by this template are logged at debug level, using
46
+ * {@code "org.springframework.core.retry.RetryTemplate"} as the log category.
47
47
*
48
48
* @author Mahmoud Ben Hassine
49
49
* @author Sam Brannen
You can’t perform that action at this time.
0 commit comments