Hi
I am trying to implement custom replicator using Replicator class. Kindly point to steps to register my custom java replicator for the replication process.
I am aware of steps where we need to create custom replication agent using new replication agent screen, but how to be bind java class to particular agent.
TIA
Solved! Go to Solution.
Views
Replies
Total Likes
You can use dependency injection and use the com.day.cq.replication.Replicator API. See this AEM Code example -
We currently do not have a community article for this use case. However - we have added it to the list.
Views
Replies
Total Likes
You can use dependency injection and use the com.day.cq.replication.Replicator API. See this AEM Code example -
We currently do not have a community article for this use case. However - we have added it to the list.
Views
Replies
Total Likes
Does using this dependency injection override the default replicator being used?
I will implement and update the info here
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies