No event triggered on Asset reaching onTime
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.
@8220494(service = EventHandler.class, immediate = true, property = {
EventConstants.EVENT_TOPIC + "=" + DamEvent.EVENT_TOPIC
})
Thanks and regards,
Vijaya Kumar A