Interface BatchHandler

  • All Known Implementing Classes:
    DefaultBatchHandler

    public interface BatchHandler
    Allows for customizing what RestBatchWriter does with each batch of documents.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handleBatch​(com.marklogic.client.DatabaseClient client, java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)  
    • Method Detail

      • handleBatch

        void handleBatch​(com.marklogic.client.DatabaseClient client,
                         java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)