Java org.springframework.boot.actuate.audit AuditEvent fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.actuate.audit AuditEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.actuate.audit AuditEvent.

The text is from its open source code.

Constructor

Method

MapgetData()
Returns the event data.
StringgetPrincipal()
Returns the user principal responsible for the event or an empty String if the principal is not available.
InstantgetTimestamp()
Returns the date/time that the event was logged.
StringgetType()
Returns the type of event.