Interface Filter


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

    Modifier and Type
    Method
    Description
    void
    doFilter(String auditTopic, JsonValue auditEvent)
    Runs a filter on the given audit event.
  • Method Details

    • 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.