Interface AuditLoggerListener
- All Known Implementing Classes:
ActuatorAuditLoggerListener
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A callback interface that is provided to the
CallbackAuditLogger.-
Method Summary
Modifier and TypeMethodDescriptionvoidonAuditEvent(AuditEvent event) Will be invoked by theCallbackAuditLoggerto audit log an entry.
-
Method Details
-
onAuditEvent
Will be invoked by theCallbackAuditLoggerto audit log an entry.- Parameters:
event- the entry to log
-