Class ContentTransformClient
java.lang.Object
org.alfresco.elasticsearch.batchindexing.domain.transform.ContentTransformClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransformContent(Long dbId) Fetch transformed content for the given node.
-
Constructor Details
-
ContentTransformClient
public ContentTransformClient()
-
-
Method Details
-
transformContent
Fetch transformed content for the given node. SeeContentTransformResultfor 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).
-