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 aBatchLoader
function under the covers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletionStage<java.util.List<V>>
invoke()
-
-
-
Method Detail
-
invoke
java.util.concurrent.CompletionStage<java.util.List<V>> invoke()
-
-