public interface WriteFailureListener extends BatchFailureListener<WriteBatch>
The listener interface for handling exceptions occurring withing WriteBatcher.
| Modifier and Type | Method and Description |
|---|---|
void |
processFailure(WriteBatch batch,
Throwable failure)
The method called when a failure occurs.
|
void processFailure(WriteBatch batch, Throwable failure)
BatchFailureListenerThe method called when a failure occurs.
processFailure in interface BatchFailureListener<WriteBatch>batch - the batch of items that failed processingfailure - the exception that caused the failureCopyright © 2013-2017 MarkLogic Corporation.