Uses of Class
org.springframework.boot.actuate.audit.listener.AuditApplicationEvent
Packages that use AuditApplicationEvent
-
Uses of AuditApplicationEvent in org.springframework.boot.actuate.audit.listener
Classes in org.springframework.boot.actuate.audit.listener that implement interfaces with type arguments of type AuditApplicationEventModifier and TypeClassDescriptionclass
AbstractApplicationListener
to handleAuditApplicationEvent
s.Methods in org.springframework.boot.actuate.audit.listener with parameters of type AuditApplicationEventModifier and TypeMethodDescriptionvoid
AbstractAuditListener.onApplicationEvent
(AuditApplicationEvent event)