Class AuditListener
java.lang.Object
org.springframework.boot.actuate.audit.listener.AbstractAuditListener
org.springframework.boot.actuate.audit.listener.AuditListener
- All Implemented Interfaces:
EventListener
,ApplicationListener<AuditApplicationEvent>
The default
AbstractAuditListener
implementation. Listens for
AuditApplicationEvent
s and stores them in a AuditEventRepository
.- Since:
- 1.0.0
- Author:
- Dave Syer, Stephane Nicoll, Vedran Pavic
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.boot.actuate.audit.listener.AbstractAuditListener
onApplicationEvent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
AuditListener
-
-
Method Details
-
onAuditEvent
- Specified by:
onAuditEvent
in classAbstractAuditListener
-