com.ibm.websphere.batch.devframework.datastreams.bdsadapter
Interface AbstractBatchDataStreamRecordMetrics
All known implementing classes:
- public interface AbstractBatchDataStreamRecordMetrics
Method Summary
Modifier and Type | Method and Description |
---|---|
|
addSkipListener(SkipListener skipListener)
Add a SkipListener callback to the BDS.
|
Method Detail
addSkipListener
- void addSkipListener(SkipListener skipListener)
Parameters:
skipListener
- The user-implemented SkipListener callback.
Add a SkipListener callback to the BDS. The SkipListener is called by the BDS whenever the BDS fails to read or write a record and is configured to skip the failed record.