File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
driver-reactive-streams/src/main/com/mongodb/reactivestreams/client Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 18
18
* This packages contains classes for the reactive stream client implementation.
19
19
* <p>
20
20
* All API {@link org.reactivestreams.Publisher}s are
21
- * <a href="https://projectreactor.io/docs/core/release/reference/#reactor .hotCold">cold</a>,
21
+ * <a href="https://projectreactor.io/docs/core/release/reference/reactiveProgramming.html#reactive .hotCold">cold</a>,
22
22
* meaning that nothing happens until they are subscribed to.
23
23
* So just creating a {@link org.reactivestreams.Publisher} won’t cause any network IO.
24
24
* It’s not until {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)} is called that the driver executes the
You can’t perform that action at this time.
0 commit comments