public interface JobCallback<R extends DataReader,W extends DataWriter>
| Modifier and Type | Interface and Description |
|---|---|
static class |
JobCallback.Helper |
| Modifier and Type | Field and Description |
|---|---|
static JobCallback<DataReader,DataWriter> |
NULL |
| Modifier and Type | Method and Description |
|---|---|
default void |
onFailure(R reader,
W writer,
Record currentRecord,
Throwable exception) |
default void |
onProgress(R reader,
W writer,
Record currentRecord) |
default void |
onSuccess(R reader,
W writer) |
static final JobCallback<DataReader,DataWriter> NULL
Copyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.