Package org.dataloader.scheduler
Interface BatchLoaderScheduler.ScheduledBatchLoaderCall<V>
- Type Parameters:
V
- the value type
- Enclosing interface:
- BatchLoaderScheduler
public static interface BatchLoaderScheduler.ScheduledBatchLoaderCall<V>
This represents a callback that will invoke a
BatchLoader
function under the covers-
Method Summary
-
Method Details
-
invoke
CompletionStage<List<V>> invoke()
-