public interface BatchFailureListener<T extends BatchEvent>
Modifier and Type | Method and Description |
---|---|
void |
processFailure(T batch,
java.lang.Throwable throwable)
The method called when a failure occurs.
|
void processFailure(T batch, java.lang.Throwable throwable)
batch
- the batch of items that failed processingthrowable
- the exception that caused the failureCopyright © 2013-2020 MarkLogic Corporation.