java.lang.Object
org.springframework.boot.actuate.audit.listener.AbstractAuditListener
org.springframework.boot.actuate.audit.listener.AuditListener
All Implemented Interfaces:
EventListener, ApplicationListener<AuditApplicationEvent>

public class AuditListener extends AbstractAuditListener
The default AbstractAuditListener implementation. Listens for AuditApplicationEvents and stores them in a AuditEventRepository.
Since:
1.0.0
Author:
Dave Syer, Stephane Nicoll, Vedran Pavic