Replies: 1 comment
-
Map uni to multi then you can do whatever you want with each item in uni
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I am learning the non-blocking reactive approach and I need some help. For each element in the
Uni<List<Item>>
, I want to call an external REST API that returns the status for each Item. Then, I want to update the status in the database for each Item. How would I do this correctly?Thank you
Beta Was this translation helpful? Give feedback.
All reactions