public class RetryAdvice extends ChainableMethodAdvice
nullResult| Constructor and Description |
|---|
RetryAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
Object |
invoke(AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
afterReturning, afterThrowing, before, duringFinallypublic Object createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class ChainableMethodAdvicepublic Object invoke(AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable
invoke in class ChainableMethodAdviceThrowable