Package org.nuxeo.ecm.core.model.stream
Class StreamDocumentGC
- java.lang.Object
-
- org.nuxeo.ecm.core.model.stream.StreamDocumentGC
-
- All Implemented Interfaces:
StreamProcessorTopology
public class StreamDocumentGC extends Object implements StreamProcessorTopology
A Processor that clean repository on document deletion.- Since:
- 2021.44
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StreamDocumentGC.DocumentGCComputation
-
Field Summary
Fields Modifier and Type Field Description static String
COMPUTATION_NAME
static String
ENABLED_PROPERTY_NAME
static String
STREAM_NAME
-
Constructor Summary
Constructors Constructor Description StreamDocumentGC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Topology
getTopology(Map<String,String> options)
Returns a Stream computation topology.
-
-
-
Field Detail
-
COMPUTATION_NAME
public static final String COMPUTATION_NAME
- See Also:
- Constant Field Values
-
STREAM_NAME
public static final String STREAM_NAME
- See Also:
- Constant Field Values
-
ENABLED_PROPERTY_NAME
public static final String ENABLED_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getTopology
public Topology getTopology(Map<String,String> options)
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-
-