public interface AuditEntryFilter
-
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(AuditEntry entry) Determines if given entry should be accepted by auditor implementation
-
Method Details
-
accept
Determines if given entry should be accepted by auditor implementation- Parameters:
entry- entry to be inspected- Returns:
- true if entry should be stored otherwise false
-