Package com.marklogic.client.ext.batch
Interface WriteListener
-
- All Known Implementing Classes:
DefaultWriteListener,WriteListenerSupport
public interface WriteListenerCallback interface for when a list of DocumentWriteOperation instances cannot be written to MarkLogic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterCompletion()voidonWriteFailure(java.lang.Throwable ex, java.util.List<? extends com.marklogic.client.document.DocumentWriteOperation> items)
-