Interface Filter


  • public interface Filter
    Interface that represents an audit filter.
    • Method Detail

      • doFilter

        void doFilter​(String auditTopic,
                      JsonValue auditEvent)
        Runs a filter on the given audit event. The filter can modify the contents of the audit event.
        Parameters:
        auditTopic - The topic the audit event is for.
        auditEvent - The audit event.