Can I override replication Action?
Hi There,
Is it possible to detect a ReplicationAction event (in Sling or a replication preprocessor) in such a way that the Replication is cancelled?
e.g.
- Have an event trigger on a Replication Action
- Assess some criteria
- cancel replication if not appropriate
There are a lot of examples for listening to Replication event topics, but I can't see any that actually prevent the Replication Action from happening.
Thanks!