Class ContentTransformClient

java.lang.Object
org.alfresco.elasticsearch.batchindexing.domain.transform.ContentTransformClient

public class ContentTransformClient extends Object
  • Constructor Details

    • ContentTransformClient

      public ContentTransformClient()
  • Method Details

    • transformContent

      public ContentTransformResult transformContent(Long dbId)
      Fetch transformed content for the given node. See ContentTransformResult for the three possible shapes. 4xx responses surface as a failure so the caller can route the node to the DLQ; 5xx responses stay swallowed (they've already been retried inside the WebClient and are expected to recover on a later reindex cycle via the overlap re-scan).