Class JaversAuditableAspectAsync

java.lang.Object
org.javers.spring.auditable.aspect.JaversAuditableAspectAsync

@Order(0) public class JaversAuditableAspectAsync extends Object
INCUBATING - Javers Async API has incubating status.

Asynchronously commits all arguments passed to methods annotated with JaversAuditableAsync by calling Javers.commitAsync(String, Object, Executor) for each method argument.

This is the AfterReturning aspect, it triggers only if a method exits normally, i.e. if no Exception has been thrown.
  • Constructor Details

  • Method Details

    • commitAdvice

      public void commitAdvice(org.aspectj.lang.JoinPoint pjp)