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
AuditApplicationEvents and stores them in a AuditEventRepository.- Since:
- 1.0.0
- Author:
- Dave Syer, Stephane Nicoll, Vedran Pavic
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAuditListener
onApplicationEventMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
AuditListener
-
-
Method Details
-
onAuditEvent
- Specified by:
onAuditEventin classAbstractAuditListener
-