Package org.dataloader.scheduler
-
Interface Summary Interface Description BatchLoaderScheduler By default, whenDataLoader.dispatch()
is called, theBatchLoader
/MappedBatchLoader
function will be invoked immediately.BatchLoaderScheduler.ScheduledBatchLoaderCall<V> This represents a callback that will invoke aBatchLoader
function under the coversBatchLoaderScheduler.ScheduledBatchPublisherCall This represents a callback that will invoke aBatchPublisher
orMappedBatchPublisher
function under the coversBatchLoaderScheduler.ScheduledMappedBatchLoaderCall<K,V> This represents a callback that will invoke aMappedBatchLoader
function under the covers