This is an automated email from the ASF dual-hosted git repository.
cschneider pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-api.git
The following commit(s) were added to refs/heads/master by this push:
new 1215454 SLING-9389: Distribution Event Properties enhanced for
holding queue item creation time stamp (#7)
1215454 is described below
commit 12154541b507cb8bbb2a564acf1e8cbe09c95407
Author: Harsh Chiki <[email protected]>
AuthorDate: Mon Mar 28 20:04:19 2022 +0530
SLING-9389: Distribution Event Properties enhanced for holding queue item
creation time stamp (#7)
Co-authored-by: chiki <[email protected]>
---
.../apache/sling/distribution/event/DistributionEventProperties.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/src/main/java/org/apache/sling/distribution/event/DistributionEventProperties.java
b/src/main/java/org/apache/sling/distribution/event/DistributionEventProperties.java
index 3a13b55..555ee3f 100644
---
a/src/main/java/org/apache/sling/distribution/event/DistributionEventProperties.java
+++
b/src/main/java/org/apache/sling/distribution/event/DistributionEventProperties.java
@@ -56,4 +56,9 @@ public interface DistributionEventProperties {
* Package id
*/
String DISTRIBUTION_PACKAGE_ID = "distribution.package.id";
+
+ /**
+ * property containing the time when an item was created and enqueued for
distribution
+ */
+ String DISTRIBUTION_ENQUEUE_TIMESTAMP = "distribution.enqueue.timestamp";
}