| Package | Description |
|---|---|
| org.springframework.boot.actuate.audit |
Core actuator auditing classes.
|
| org.springframework.boot.actuate.audit.listener |
Actuator auditing listeners.
|
| org.springframework.boot.actuate.autoconfigure.audit |
Auto-configuration for actuator audit concerns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryAuditEventRepository
In-memory
AuditEventRepository implementation. |
| Constructor and Description |
|---|
AuditEventsEndpoint(AuditEventRepository auditEventRepository) |
| Constructor and Description |
|---|
AuditListener(AuditEventRepository auditEventRepository) |
| Modifier and Type | Method and Description |
|---|---|
AuditEventsEndpoint |
AuditEventsEndpointAutoConfiguration.auditEventsEndpoint(AuditEventRepository auditEventRepository) |
AuditListener |
AuditAutoConfiguration.auditListener(AuditEventRepository auditEventRepository) |