Hi to everybody,
I tried to implement an EventHandler for AEM 6.4.1 to observe a subtree within /var/ and don't get this running.
What's the right way to configure this class with @Component?
What's the right value for EVENT_TOPIC to observe a /var/sub-path?
@Component(immediate = true, property = { EventConstants.EVENT_TOPIC + "=????",
EventConstants.EVENT_FILTER + "=(varPath=/var/my/sub/path/de_DE/*)" })
Thanks in advance
Uwe