Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Content Distribution Journal Core 0.1.16
-
None
Description
After the package has been imported and before the event "org/apache/sling/distribution/importer/package/imported" event is sent, custom functionality should be executed synchronously. It should have access to the same type of information which is sent with the event.
This allows to execute actions which before any handlers of the "imported" event.
On the implementation side we will do a eventadmin.sendEvent() and add the same payload as with the "package/imported" event, but under the topic o/a/s/d/i/package/committed . This will allow the synchronous executions of event handlers.