Package com.axelor.db.audit
Class NoopAuditQueue
java.lang.Object
com.axelor.db.audit.NoopAuditQueue
- All Implemented Interfaces:
AuditQueue
A no-operation implementation of the
AuditQueue interface.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axelor.db.audit.AuditQueue
AuditQueue.QueueStats -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axelor.db.audit.AuditQueue
getStatistics
-
Constructor Details
-
NoopAuditQueue
public NoopAuditQueue()
-
-
Method Details
-
process
Description copied from interface:AuditQueueProcess audit records for the given transaction ID.- Specified by:
processin interfaceAuditQueue- Parameters:
txId- the transaction ID
-