We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbe429 commit 8f1d7d3Copy full SHA for 8f1d7d3
reactive-programming/src/main/java/com/example/Application.java
@@ -10,7 +10,7 @@ public static void main(String[] args) {
10
11
for (int u = 1; u <= 10; u++) {
12
var user = "User " + u;
13
- System.out.println("Subscribing to flux " + u);
+ System.out.println("Submitting task " + u);
14
threadPool.submit(() -> {
15
Service.getFlux()
16
.map(i -> user + " - " + i)
0 commit comments