Package org.javers.spring.annotation
Annotation Interface JaversAuditableAsync
INCUBATING - Javers Async API has incubating status.
Enables asynchronous auto-audit aspect when put on a method (typically in a Repository).
Triggers
Important! Works with MongoDB, not implemented for SQL repositories.
Enables asynchronous auto-audit aspect when put on a method (typically in a Repository).
Triggers
Javers.commitAsync(String, Object, Executor) for each method argument.
Important! Works with MongoDB, not implemented for SQL repositories.
- See Also: