Interface AuditLoggerListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AuditLoggerListener
A callback interface that is provided to the CallbackAuditLogger.
  • Method Details

    • onAuditEvent

      void onAuditEvent(@Nonnull AuditEvent event)
      Will be invoked by the CallbackAuditLogger to audit log an entry.
      Parameters:
      event - the entry to log