Class BulkStatusComputation

java.lang.Object
org.nuxeo.lib.stream.computation.AbstractComputation
org.nuxeo.ecm.core.bulk.computation.BulkStatusComputation
All Implemented Interfaces:
Computation

public class BulkStatusComputation extends AbstractComputation
Saves the status into a key value store.

Inputs:

Outputs:
Since:
10.2
  • Constructor Details

    • BulkStatusComputation

      public BulkStatusComputation(String name)
  • Method Details

    • processRecord

      public void processRecord(ComputationContext context, String inputStreamName, Record record)
      Description copied from interface: Computation
      Process an incoming record on one of the computation's input streams.
      Parameters:
      context - The computation context object provided by the system.
      inputStreamName - Name of the input stream that provides the record.
      record - The record.