Annotation Interface EnableResilientMethods


@Target(TYPE) @Retention(RUNTIME) @Documented @Import(ResilientMethodsConfiguration.class) public @interface EnableResilientMethods
Enables Spring's core resilience features for method invocations: @Retryable as well as @ConcurrencyLimit.

These annotations can also be individually enabled by defining a RetryAnnotationBeanPostProcessor or a ConcurrencyLimitBeanPostProcessor.

Since:
7.0
Author:
Juergen Hoeller
See Also: