Hub*_*ubi 7 java spring reactive-programming
我有一个
list.stream()
.map(element -> func());
其中 func() 以 Mono 返回。将此Mono<CustomObject>对象列表转换为Flux<CustomObject>流并从流返回它的最简单方法是什么?
vij*_*hna 13
List<Mono<CustomObject >> monoList = new ArrayList<>();
monoList(object);
Flux<CustomObject> flux = Flux.concat(monoList);
| 归档时间: | 
 | 
| 查看次数: | 11323 次 | 
| 最近记录: |