Skip to content

Commit

Permalink
fix #1725 Add diagram for Mono#doOnSuccessOrError
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed May 31, 2019
1 parent c279172 commit a462e0a
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 1 deletion.
Expand Up @@ -2213,7 +2213,7 @@ public final Mono<T> doOnSubscribe(Consumer<? super Subscription> onSubscribe) {
* </ul>
*
* <p>
* <img class="marble" src="doc-files/marbles/doOnTerminateForMono.svg" alt="">
* <img class="marble" src="doc-files/marbles/doOnSuccessOrError.svg" alt="">
*
* @param onSuccessOrError the callback to call {@link Subscriber#onNext}, {@link Subscriber#onComplete} without preceding {@link Subscriber#onNext} or {@link Subscriber#onError}
*
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a462e0a

Please sign in to comment.