| Interface | Description |
|---|---|
| BatchLoaderScheduler |
By default, when
DataLoader.dispatch() is called, the BatchLoader / MappedBatchLoader function will be invoked
immediately. |
| BatchLoaderScheduler.ScheduledBatchLoaderCall<V> |
This represents a callback that will invoke a
BatchLoader function under the covers |
| BatchLoaderScheduler.ScheduledMappedBatchLoaderCall<K,V> |
This represents a callback that will invoke a
MappedBatchLoader function under the covers |