Class StreamDocumentGC.DocumentGCComputation

java.lang.Object
org.nuxeo.lib.stream.computation.AbstractComputation
org.nuxeo.ecm.core.model.stream.StreamDocumentGC.DocumentGCComputation
All Implemented Interfaces:
Computation
Enclosing class:
StreamDocumentGC

public static class StreamDocumentGC.DocumentGCComputation extends AbstractComputation
  • Field Details

  • Constructor Details

    • DocumentGCComputation

      public DocumentGCComputation(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.
    • documentGC

      protected void documentGC(DocumentDomainEvent dde)