Package com.marklogic.client.ext.batch
Interface BatchHandler
-
- All Known Implementing Classes:
DefaultBatchHandler
public interface BatchHandlerAllows for customizing what RestBatchWriter does with each batch of documents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleBatch(com.marklogic.client.DatabaseClient client, java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)
-