We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Publisher
1 parent 99a6f32 commit b7cb24aCopy full SHA for b7cb24a
driver-reactive-streams/src/main/com/mongodb/reactivestreams/client/package-info.java
@@ -18,7 +18,7 @@
18
* This packages contains classes for the reactive stream client implementation.
19
* <p>
20
* All API {@link org.reactivestreams.Publisher}s are
21
- * <a href="https://projectreactor.io/docs/core/release/reference/#reactor.hotCold">cold</a>,
+ * <a href="https://projectreactor.io/docs/core/release/reference/reactiveProgramming.html#reactive.hotCold">cold</a>,
22
* meaning that nothing happens until they are subscribed to.
23
* So just creating a {@link org.reactivestreams.Publisher} won’t cause any network IO.
24
* It’s not until {@link org.reactivestreams.Publisher#subscribe(org.reactivestreams.Subscriber)} is called that the driver executes the
0 commit comments