问题标签 [spring-mono]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
342 浏览

spring - Updating Mono object by another Mono object

Dears, I'm a stuck with implementing a function (it is basically an update operation) that's capable of taking a Mono as a param and return an updated version of Mono where:

  • the returned instance derives from a db query;
  • the updated version of Mono contains fields picked by Mono.

This is the sample code (that works from providing directly the object, without using the Mono instance:

Question is: how can I change the code if the function signature would be

PS:

returns a

Thanks, best

FB

0 投票
1 回答
64 浏览

spring - 在 Project Reactor 中编写命令式代码

我有一个具有以下两种方法的类。

我有以下 JUnit:

我的结果如下:

我希望 blah2 在 blah1 之前完成。因此我相信这是处理阻塞而不是非阻塞。我需要做什么才能将输出切换到 blah2 然后 blah1 完成?基本上为什么这些不并行处理?

在此先感谢您的时间!