Skip to content

Commit ca9ee9d

Browse files
committed
Predicates in DataLoaders - extra doco
1 parent c0d42df commit ca9ee9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/dataloader/DispatchResult.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ public int getKeysCount() {
3838
/**
3939
* If the {@link org.dataloader.registries.DispatchPredicate} associated with the dataloader
4040
* 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
4143
*
4244
* @return true of the dispatch call was actually made or false if it was not
4345
*/

0 commit comments

Comments
 (0)