Hi Team,
When we are publishing a page, requirement is to capture Page Replication event in Publish Instance only and do some logic due to some business use case.
Below code works fine and capture Page replicate event in Author. but not in publish.
Changed event.topics value as ReplicationEvent.EVENT_TOPIC as well. Still It does not work in Publisher.
@Component(
service = EventHandler.class,
immediate = true,
property = {
"event.topics=" + ReplicationAction.EVENT_TOPIC
}
)
Thanks in advance.