Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports
long-running write, read, delete, or transform jobs.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ExportToWriterListener.OutputListener.generateOutput(DocumentRecord record)
Given the DocumentRecord, generate the desired
String output to send to the writer.
|
Modifier and Type | Method and Description |
---|---|
ExportListener |
ExportListener.onDocumentReady(java.util.function.Consumer<DocumentRecord> listener)
Adds a listener to process each retrieved
document, which is the way users of ExportListener can provide
custom code to export documents.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.