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 1818 * This packages contains classes for the reactive stream client implementation.
1919 * <p>
2020 * 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>,
2222 * meaning that nothing happens until they are subscribed to.
2323 * So just creating a {@link org.reactivestreams.Publisher} won’t cause any network IO.
2424 * 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