Uses of Class
org.dataloader.DispatchResult
-
Packages that use DispatchResult Package Description org.dataloader -
-
Uses of DispatchResult in org.dataloader
Methods in org.dataloader that return DispatchResult Modifier and Type Method Description (package private) DispatchResult<V>
DataLoaderHelper. dispatch()
DispatchResult<V>
DataLoader. dispatchWithCounts()
Dispatches the queued load requests to the batch execution function and returns both the promise of the result and the number of entries that were dispatched.
-