Class IdempotentAspect
java.lang.Object
software.amazon.lambda.powertools.idempotency.internal.IdempotentAspect
Aspect that handles the
Idempotent annotation.
It uses the IdempotencyHandler to actually do the job.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaround(org.aspectj.lang.ProceedingJoinPoint pjp, Idempotent idempotent) voidcallAt(Idempotent idempotent)
-
Constructor Details
-
IdempotentAspect
public IdempotentAspect()
-
-
Method Details
-
callAt
-
around
public Object around(org.aspectj.lang.ProceedingJoinPoint pjp, Idempotent idempotent) throws Throwable - Throws:
Throwable
-