I am using sling distribution agent package distributed but its not working for me.
This is what I have.
@Component(immediate = true, service = EventHandler.class, property = { "event.topics=org/apache/sling/distribution/agent/package/distributed",
"event.filter=(|(distribution.type=ADD)(distribution.type=DELETE))" })
public class CDEventHandler implements EventHandler {
@Override
public void handleEvent(Event event) {