public interface BatchFailureListener<T extends Batch<?>>
A generic interface for listeners which process failures on batches. Currently only WriteFailureListener implements since QueryBatcher has no batch when the query fails.
| Modifier and Type | Method and Description |
|---|---|
void |
processFailure(T batch,
Throwable throwable)
The method called when a failure occurs.
|
Copyright © 2013-2017 MarkLogic Corporation.