Interface IAuditServiceFactory
- All Known Implementing Classes:
AuditServiceFactoryImpl
public interface IAuditServiceFactory
Factory interface for creating instances of the audit service.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of the audit service with its own transaction context.
-
Method Details
-
newAuditService
Creates a new instance of the audit service with its own transaction context.- Parameters:
tx- The transaction to be used by the audit service.- Returns:
- A new audit service instance.
-