public interface LoaderListenerStep<R extends Record> extends LoaderLoadStep<R>
Loader
API is used for configuring data loads.
The step in constructing the Loader
object where you can add
listeners to the loader.
Modifier and Type | Method and Description |
---|---|
LoaderLoadStep<R> |
onRow(LoaderRowListener listener)
Specify a listener that is invoked whenever a row has been processed.
|
execute
@Support LoaderLoadStep<R> onRow(LoaderRowListener listener)
Copyright © 2017. All Rights Reserved.