You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by tm...@apache.org on 2018/11/09 13:28:27 UTC

[sling-org-apache-sling-distribution-core] 01/01: SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items

This is an automated email from the ASF dual-hosted git repository.

tmaret pushed a commit to branch SLING-8086
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-core.git

commit e5cd27f55f2de028a79bf954a6a5d0cc5e014a1c
Author: tmaret <tm...@adobe.com>
AuthorDate: Fri Nov 9 14:26:56 2018 +0100

    SLING-8086 - Extend distribution queue SPI with the ability to clear and batch remove items
---
 .../java/org/apache/sling/distribution/queue/spi/Clearable.java    | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/main/java/org/apache/sling/distribution/queue/spi/Clearable.java b/src/main/java/org/apache/sling/distribution/queue/spi/Clearable.java
new file mode 100644
index 0000000..ce28489
--- /dev/null
+++ b/src/main/java/org/apache/sling/distribution/queue/spi/Clearable.java
@@ -0,0 +1,7 @@
+package org.apache.sling.distribution.queue.spi;
+
+/**
+ * Created by tmaret on 09.11.18.
+ */
+public interface Clearable {
+}