我对项目反应器库和反应式编程非常陌生,并尝试实现像flatmap,flatMapIterable,subscribe等函数。现在,当我尝试使用函数1的o/p时,我看不到值,只看到Mono<>或Flux<>。下面是更多解释的代码片段 var result = employerService.getEmployee("Active") // return value is Mono<GetEmployeeStatusListRes
我需要用弹簧反应器以反应方式连接数据库。下面是我想要得到的场景->
2.然后连接到db并获得response2,同时提供response1参数。Join those two into single response and send back to the user as String由于所有对象都是唯一的,所以我计划使用MonoMono<Response2> r