Stefan Egli created JCR-4017:
--------------------------------
Summary: add ignoresInfo flag to JackrabbitEventFilter
Key: JCR-4017
URL: https://issues.apache.org/jira/browse/JCR-4017
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: observation
Affects Versions: 2.13.3
Reporter: Stefan Egli
Some EventListeners aren't really interested in the info {{Map}} the
{{onEvent}} ie {{Event}} comes with. However, maintaining that {{Map}} can be
costly. It would be more efficient if listeners could express that they're not
at all interested in this map and that Jackrabbit/Oak can filter it.
Suggestion is therefore to extend JackrabbitEventFilter with:
{code}
boolean ignoresEventInfo;
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)