Package com.axelor.db.audit
Interface AuditQueue
- All Known Implementing Classes:
NoopAuditQueue
public interface AuditQueue
Represents an interface for queuing and triggering the processing of audit logs.
This abstraction allows audit log processing to be decoupled from the main transaction flow, enabling different implementation strategies
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault AuditQueue.QueueStatsvoidProcess audit records for the given transaction ID.
-
Method Details
-
process
Process audit records for the given transaction ID.- Parameters:
txId- the transaction ID
-
getStatistics
-