Expand my Community achievements bar.

Creating Replication Event Handlers for Adobe Experience Manager

Avatar

Level 10

You can develop a custom replication event handler for Adobe Experience Manager (AEM) that is invoked when AEM content is activated. For example, a custom replication event handler can track details when an AEM web page is activated, as shown in this illustration.

[img]Replication.png[/img]

To create an AEM replication event handler, you create an OSGi bundle that contains a class that implements org.osgi.service.event.EventHandler. For information, seeEventHandler.

To read this development article, click http://helpx.adobe.com/experience-manager/using/replication_events.html.

3 Replies

Thank you - part of the community team job is to determine content that community is looking for like this and put it together. Always feel free to let me know content that is missing and you need to work with AEM. We will take it into consideration.

Avatar

Level 9

Hi Scott,

Thanks a lot for creating and sharing these articles.