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