java.lang.Object
software.amazon.lambda.powertools.idempotency.internal.IdempotentAspect

public class IdempotentAspect extends Object
Aspect that handles the Idempotent annotation. It uses the IdempotencyHandler to actually do the job.
  • Constructor Details

    • IdempotentAspect

      public IdempotentAspect()
  • Method Details