Why does runSubscriptionOn() loose type information for Uni<Void> #1503
samodadela
started this conversation in
General
Replies: 1 comment 3 replies
-
|
This is how Java generics work with a lambda returning You could give a hint to |
Beta Was this translation helpful? Give feedback.
3 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,
Can you explain why the return type is
Uni<Object>instead ofUni<Void>?It works fine, with a Boolean, for example.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions