[
https://issues.apache.org/jira/browse/SLING-9442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106261#comment-17106261
]
Christian Schneider commented on SLING-9442:
--------------------------------------------
How about making the DistributionEventProperties docs a little shorter?
{code:java}
/**
* Name of component generating the event
*/
String DISTRIBUTION_COMPONENT_NAME = "distribution.component.name";
/**
* Kind of the component generating the event
*/
String DISTRIBUTION_COMPONENT_KIND= "distribution.component.kind";
/**
* Type of the distribution request
*/
String DISTRIBUTION_TYPE = "distribution.type";
/**
* Distribution paths as String[]
*/
String DISTRIBUTION_PATHS= "distribution.paths";
{code}
> Complete the semantic definition of distribution events
> ---------------------------------------------------------
>
> Key: SLING-9442
> URL: https://issues.apache.org/jira/browse/SLING-9442
> Project: Sling
> Issue Type: Bug
> Components: Content Distribution
> Reporter: Timothee Maret
> Assignee: Timothee Maret
> Priority: Major
> Fix For: Content Distribution API 0.4.2
>
>
> The description of [distribution
> events|https://github.com/apache/sling-org-apache-sling-distribution-api/blob/master/src/main/java/org/apache/sling/distribution/event/DistributionEventTopics.java]
> does not clearly document the conditions for raising the events. We should
> extend the documentation both in the API and in the published documentation.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)