We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d42df commit ca9ee9dCopy full SHA for ca9ee9d
src/main/java/org/dataloader/DispatchResult.java
@@ -38,6 +38,8 @@ public int getKeysCount() {
38
/**
39
* If the {@link org.dataloader.registries.DispatchPredicate} associated with the dataloader
40
* returns false, then the call to dispatch was not performed and this will return false.
41
+ * <p>
42
+ * Similarly, if the set the loaded keys was empty or the batching is not enabled them this will return false
43
*
44
* @return true of the dispatch call was actually made or false if it was not
45
*/
0 commit comments