Package org.springframework.boot.actuate.audit
package org.springframework.boot.actuate.audit
Core actuator auditing classes.
-
ClassDescriptionA value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.Repository for
AuditEvent
s.@Endpoint
to expose audit events.Description of an application'saudit events
.In-memoryAuditEventRepository
implementation.