BatchListener instead.@Deprecated @FunctionalInterface public interface FailureListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(BatchEntry[] rowsFailed)
Deprecated.
Callback indicating that one or more rows have failed to be persisted.
|
void onFailure(BatchEntry[] rowsFailed)
rowsFailed - An array of entries with the row or rows that failed to be persisted.Copyright © 2023 Feedzai. All rights reserved.