public interface PostProcessor
RecordResult data is returned, like persisting
the rendered document and other metadata information.| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(String batchID,
RecordResult recordResult,
org.json.JSONObject inputJSON,
String templatePath,
BatchConfig config)
Callback to invoke custom post-processing after
RecordResult data is returned |
void postProcess(String batchID, RecordResult recordResult, org.json.JSONObject inputJSON, String templatePath, BatchConfig config)
RecordResult data is returnedbatchID - recordResult - inputJSON - templatePath - config - Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.