public abstract class AbstractJobCallback<R extends DataReader,W extends DataWriter> extends Object implements JobCallback<R,W>
JobCallback.Helper
NULL
Constructor and Description |
---|
AbstractJobCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(R reader,
W writer,
Record currentRecord,
Throwable exception) |
void |
onProgress(R reader,
W writer,
Record currentRecord) |
void |
onSuccess(R reader,
W writer) |
public void onProgress(R reader, W writer, Record currentRecord) throws Throwable
onProgress
in interface JobCallback<R extends DataReader,W extends DataWriter>
Throwable
public void onSuccess(R reader, W writer) throws Throwable
onSuccess
in interface JobCallback<R extends DataReader,W extends DataWriter>
Throwable
public void onFailure(R reader, W writer, Record currentRecord, Throwable exception) throws Throwable
onFailure
in interface JobCallback<R extends DataReader,W extends DataWriter>
Throwable
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.