Package org.nuxeo.ecm.core.bulk
Class BulkServiceProcessor
- java.lang.Object
-
- org.nuxeo.ecm.core.bulk.BulkServiceProcessor
-
- All Implemented Interfaces:
StreamProcessorTopology
public class BulkServiceProcessor extends Object implements StreamProcessorTopology
- Since:
- 11.1
-
-
Constructor Summary
Constructors Constructor Description BulkServiceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Topology
getTopology(Map<String,String> options)
Returns a Stream computation topology.
-
-
-
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
-
-