Class ResilientMethodsConfiguration

java.lang.Object
org.springframework.resilience.annotation.ResilientMethodsConfiguration
All Implemented Interfaces:
Aware, ImportAware

@Configuration(proxyBeanMethods=false) @Role(2) public class ResilientMethodsConfiguration extends Object implements ImportAware
@Configuration class that registers the Spring infrastructure beans necessary to enable proxy-based method invocations with retry and concurrency limit behavior.
Since:
7.0
Author:
Juergen Hoeller
See Also: