AOP Advice to retry a method invocation on an exception. The retry semantics are defined by a DSL of the form
on exception name [ExceptionName1,ExceptionName2,...] retry [number of times] [delay|rate] [delay time|rate expression]. For example,
on exception name ArithmeticException retry 3x delay 1s
For a list of all members of this type, see RetryAdvice Members .
System.Object
AbstractExceptionHandlerAdvice
RetryAdvice
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Spring.Aspects
Assembly: Spring.Aop (in Spring.Aop.dll)
RetryAdvice Members | Spring.Aspects Namespace