You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Joerg Hoh (Jira)" <ji...@apache.org> on 2021/06/16 16:38:00 UTC

[jira] [Comment Edited] (SLING-10384) Execute actions before sending "o/a/s/d/i/package/imported" event

    [ https://issues.apache.org/jira/browse/SLING-10384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17364374#comment-17364374 ] 

Joerg Hoh edited comment on SLING-10384 at 6/16/21, 4:37 PM:
-------------------------------------------------------------

Merged PR https://github.com/apache/sling-org-apache-sling-distribution-api/pull/9 to include the processor interface.

[~marett] Amit removed the mentioned defintion.


was (Author: joerghoh):
Merged PR https://github.com/apache/sling-org-apache-sling-distribution-api/pull/9 to include the processor interface

> Execute actions before sending "o/a/s/d/i/package/imported" event
> -----------------------------------------------------------------
>
>                 Key: SLING-10384
>                 URL: https://issues.apache.org/jira/browse/SLING-10384
>             Project: Sling
>          Issue Type: New Feature
>          Components: Content Distribution
>    Affects Versions: Content Distribution Journal Core 0.1.16
>            Reporter: Joerg Hoh
>            Priority: Major
>             Fix For: Content Distribution Journal Core 0.1.18, Content Distribution API 0.5.0
>
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)