public class IdempotentAspect
extends java.lang.Object
Idempotent annotation.
It uses the IdempotencyHandler to actually do the job.| Constructor and Description |
|---|
IdempotentAspect() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
around(org.aspectj.lang.ProceedingJoinPoint pjp,
Idempotent idempotent) |
void |
callAt(Idempotent idempotent) |
public void callAt(Idempotent idempotent)
public java.lang.Object around(org.aspectj.lang.ProceedingJoinPoint pjp,
Idempotent idempotent)
throws java.lang.Throwable
java.lang.ThrowableCopyright © 2023. All rights reserved.