|
|
|
|
@ -35,6 +35,9 @@ import org.springframework.core.annotation.AliasFor;
@@ -35,6 +35,9 @@ import org.springframework.core.annotation.AliasFor;
|
|
|
|
|
* as well as Reactor's retry support, either re-invoking an imperative |
|
|
|
|
* target method or decorating a reactive result accordingly. |
|
|
|
|
* |
|
|
|
|
* <p>Inspired by the <a href="https://github.com/spring-projects/spring-retry">Spring Retry</a> |
|
|
|
|
* project but redesigned as a minimal core retry feature in the Spring Framework. |
|
|
|
|
* |
|
|
|
|
* @author Juergen Hoeller |
|
|
|
|
* @since 7.0 |
|
|
|
|
* @see RetryAnnotationBeanPostProcessor |
|
|
|
|
|