Class ExposeBlob

All Implemented Interfaces:
Computation

public class ExposeBlob extends AbstractTransientBlobComputation
Since:
10.3
  • Field Details

  • Constructor Details

    • ExposeBlob

      public ExposeBlob()
  • Method Details

    • processRecord

      public void processRecord(ComputationContext context, String documentIdsStreamName, 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.
      documentIdsStreamName - Name of the input stream that provides the record.
      record - The record.