Package org.dataloader.scheduler
Interface BatchLoaderScheduler.ScheduledMappedBatchLoaderCall<K,V>
-
- Type Parameters:
K- the key typeV- the value type
- Enclosing interface:
- BatchLoaderScheduler
public static interface BatchLoaderScheduler.ScheduledMappedBatchLoaderCall<K,V>This represents a callback that will invoke aMappedBatchLoaderfunction under the covers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletionStage<java.util.Map<K,V>>invoke()
-