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 14002f6 commit 0f303a8Copy full SHA for 0f303a8
src/main/java/org/dataloader/BatchPublisher.java
@@ -11,7 +11,8 @@
11
* the future returned by {@link DataLoader#load(Object)} to complete as soon as the individual value is available
12
* (rather than when all values have been retrieved).
13
* <p>
14
- * It is required that values be returned in the same order as the keys provided.
+ * <b>NOTE:</b> It is <b>required </b> that {@link Subscriber#onNext(V)} is invoked on each value in the same order as
15
+ * the provided keys.
16
*
17
* @param <K> type parameter indicating the type of keys to use for data load requests.
18
* @param <V> type parameter indicating the type of values returned
0 commit comments