@FunctionalInterface public interface Filter
Modifier and Type | Method and Description |
---|---|
boolean |
accept(AuditEvent event)
Determines whether or not a filtered AuditEvent is accepted.
|
boolean accept(AuditEvent event)
event
- the AuditEvent to filter.Copyright © 2001–2018. All rights reserved.