Class AuditEventsEndpoint
java.lang.Object
org.springframework.boot.actuate.audit.AuditEventsEndpoint
@Endpoint
to expose audit events.- Since:
- 2.0.0
- Author:
- Andy Wilkinson
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Description of an application'saudit events
. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
AuditEventsEndpoint
-
-
Method Details
-
events
@ReadOperation public AuditEventsEndpoint.AuditEventsDescriptor events(@Nullable String principal, @Nullable OffsetDateTime after, @Nullable String type)
-