Class AuditEventsEndpoint
java.lang.Object
org.springframework.boot.actuate.audit.AuditEventsEndpoint
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDescription of an application'saudit events. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevents(@Nullable String principal, @Nullable OffsetDateTime after, @Nullable String type)
-
Constructor Details
-
AuditEventsEndpoint
-
-
Method Details
-
events
@ReadOperation public AuditEventsEndpoint.AuditEventsDescriptor events(@Nullable String principal, @Nullable OffsetDateTime after, @Nullable String type)
-