Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Smallrye Mutiny では、次のUniようなものを使用してタイムアウトを追加できます。
Uni
uni.ifNoItem().after(Duration.ofMinutes(5)).fail()
同様の API を検索しましたMultiが、見つかりませんでした。私が期待していた機能は次のとおりです。
Multi
これは何とか達成できますか?