Problemunvalidated
the Main thread was blocked till the subscribe method completion — Mono.just(getValue()).subscribe(value -> System.out.println(value));. Outcome: Can someone make this program asynchronous?
e76d127e-65ab-4081-9bf7-99a60791e5ff
the Main thread was blocked till the subscribe method completion — Mono.just(getValue()).subscribe(value -> System.out.println(value));. Outcome: Can someone make this program asynchronous?