Class BlobConsumers

java.lang.Object
org.nuxeo.importer.stream.automation.BlobConsumers

public class BlobConsumers extends Object
Since:
9.1
  • Field Details

    • ID

      public static final String ID
      See Also:
    • ctx

      protected OperationContext ctx
    • nbThreads

      protected Integer nbThreads
    • blobProviderName

      protected String blobProviderName
    • batchSize

      protected Integer batchSize
    • batchThresholdS

      protected Integer batchThresholdS
    • retryMax

      protected Integer retryMax
    • retryDelayS

      protected Integer retryDelayS
    • logName

      protected String logName
    • logBlobInfoName

      protected String logBlobInfoName
    • waitMessageTimeoutSeconds

      protected Integer waitMessageTimeoutSeconds
    • watermark

      protected String watermark
    • persistBlobPath

      protected String persistBlobPath
  • Constructor Details

    • BlobConsumers

      public BlobConsumers()
  • Method Details