public class IdempotentAspect extends Object
| Constructor and Description |
|---|
IdempotentAspect(IdempotentStore idempotentStore) |
| Modifier and Type | Method and Description |
|---|---|
Object |
idempotentExecute(org.aspectj.lang.ProceedingJoinPoint joinPoint,
Idempotent idempotent) |
void |
idempotentPointcut() |
public IdempotentAspect(IdempotentStore idempotentStore)
public void idempotentPointcut()
public Object idempotentExecute(org.aspectj.lang.ProceedingJoinPoint joinPoint, Idempotent idempotent) throws Throwable
ThrowableCopyright © 2021. All rights reserved.