Flux.fromArray(myArray) .flatMap(el -> {; try {; var foo = processMyEl(el);; return anotherProcess(foo); // this returns Mono; } catch (Exception e) ...
確定! 回上一頁