Interface ProcessedAuditHandlerInterface
- All Superinterfaces:
AuditHandlerInterface
Handler interface for receiving processed audit events.
This is called by AuditAction after audit records are created.
Receives processed AuditSingleInput objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidHandle processed audit events.Methods inherited from interface com.kingsrook.qqq.backend.core.actions.audits.AuditHandlerInterface
getFailurePolicy, getName, isAsync
-
Method Details
-
handleAudit
Handle processed audit events.- Parameters:
input- contains the list of AuditSingleInput objects- Throws:
QException- if processing fails
-