Hi,
I have an event handler to handle events on replication of an asset and when the asset has reached onTime.
I am getting an event "ASSET_PUBLISHED" when replication happens. But nothing is happening when the asset reaches onTime. I have some operations to be done only if asset has already reached onTime.
Below is my event handler.
@component(service = EventHandler.class, immediate = true, property = {
EventConstants.EVENT_TOPIC + "=" + DamEvent.EVENT_TOPIC
})
Thanks and regards,
Vijaya Kumar A
Solved! Go to Solution.
Views
Replies
Total Likes
Could you please check the replication agent setting
On-/Offtime reached
This will trigger automatic replication (to activate or deactivate a page as appropriate) when the ontimes or offtimes defined for a page occur. This is primarily used for Dispatcher Flush agents.
@Jagadeesh_Prakash , We can set onTime for a page or an asset in AEM. It is the time on which the resource will be made available in publishers.
Could you please check the replication agent setting
On-/Offtime reached
This will trigger automatic replication (to activate or deactivate a page as appropriate) when the ontimes or offtimes defined for a page occur. This is primarily used for Dispatcher Flush agents.