Contribution org.nuxeo.ecm.platform.notification.listener--listener
In component org.nuxeo.ecm.platform.notification.listener
org.nuxeo.ecm.platform.notification.listener
inside nuxeo-platform-notification-core-9.10.jar /OSGI-INF/notification-listener-contrib.xml
This contribution is part of XML component Documentation
Copy relations from the source document to the newly published proxy.
Extension Point
Extension point listener of component EventServiceComponent.Contributed Items
XML Source
<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">
<documentation>
Copy relations from the source document to the newly published proxy.
</documentation>
<listener async="false" class="org.nuxeo.ecm.platform.ec.notification.ProxySubscriptionPropagationListener" name="proxySubscriptionPropagationListener" postCommit="false" priority="-20">
<event>documentProxyPublished</event>
</listener>
<documentation>
Then the notifications to subscribed users.
</documentation>
<listener async="true" class="org.nuxeo.ecm.platform.ec.notification.NotificationEventListener" name="notificationListener" postCommit="true" priority="120">
</listener>
</extension>