Hi Roy,
you could also alternatively use an event filter property like the one below if
you’re using annotations.
@Property(name = EventConstants.EVENT_FILTER, value = "(!(" +
DEAConstants.PROPERTY_APPLICATION + "=*))")
./Roland
Hey all,
After upgrading to sling events 4.0, the EventUtil has disappeared. I have been
using EventUtil.isLocal(event) throughout my codebase, and in the documentation
of the deprecation it states that one should check if the property exists. Does
this mean that it is enough to replace this everywhere by
event.getProperty(“event.application”) == null?
Thanks
Roy