Package org.springframework.boot.actuate.audit
Core actuator auditing classes.
Interface Summary Interface Description AuditEventRepository Repository forAuditEvents.Class Summary Class Description AuditEvent A value object representing an audit event: at a particular time, a particular user or agent carried out an action of a particular type.AuditEventsEndpoint Endpointto expose audit events.AuditEventsEndpoint.AuditEventsDescriptor A description of an application'saudit events.InMemoryAuditEventRepository In-memoryAuditEventRepositoryimplementation.