Navigation Menu

Skip to content

Commit

Permalink
Part 06 should avoid doOnSubscribe, prefer doFirst (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Feb 24, 2022
1 parent cd0c2e4 commit 496750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/pivotal/literx/Part06Request.java
Expand Up @@ -38,7 +38,7 @@ Flux<User> fluxWithLog() {

//========================================================================================

// TODO Return a Flux with all users stored in the repository that prints "Starring:" on subscribe, "firstname lastname" for all values and "The end!" on complete
// TODO Return a Flux with all users stored in the repository that prints "Starring:" at first, "firstname lastname" for all values and "The end!" on complete
Flux<User> fluxWithDoOnPrintln() {
return null;
}
Expand Down

0 comments on commit 496750b

Please sign in to comment.