Uses of Interface
org.springframework.boot.actuate.audit.AuditEventRepository
Packages that use AuditEventRepository
Package
Description
Core actuator auditing classes.
Actuator auditing listeners.
Auto-configuration for actuator audit concerns.
-
Uses of AuditEventRepository in org.springframework.boot.actuate.audit
Classes in org.springframework.boot.actuate.audit that implement AuditEventRepositoryConstructors in org.springframework.boot.actuate.audit with parameters of type AuditEventRepository -
Uses of AuditEventRepository in org.springframework.boot.actuate.audit.listener
Constructors in org.springframework.boot.actuate.audit.listener with parameters of type AuditEventRepository -
Uses of AuditEventRepository in org.springframework.boot.actuate.autoconfigure.audit
Methods in org.springframework.boot.actuate.autoconfigure.audit with parameters of type AuditEventRepositoryModifier and TypeMethodDescriptionAuditEventsEndpointAutoConfiguration.auditEventsEndpoint
(AuditEventRepository auditEventRepository) AuditAutoConfiguration.auditListener
(AuditEventRepository auditEventRepository)