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 © 2024 MarkLogic Corporation. All Rights Reserved.