Interface IAuditEventConsumer

    • Method Detail

      • consumeAuditEvent

        void consumeAuditEvent​(@Nonnull
                               AuditEvent aAuditEvent)
        Handle the provided audit event.
        Parameters:
        aAuditEvent - The event to be handled. Never null.
        Throws:
        RuntimeException - in case something goes wrong. This exception will be handled separately.