-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support additional async return types #219
Comments
See also #218 (comment) |
Hi @Ladicek! I'd highly appreciate support for |
Hi @schulzp, I think what you're after is #218. This issue is just about allowing different return types for If you care about not having to use As for roadmap, unfortunately there's none at the moment, as I have very little time to spare on SmallRye Fault Tolerance :-( |
Done in #310. |
We should support additional asynchronous return types, in addition to just
CompletionStage
. That is:Uni
Single
,Maybe
,Completable
Mono
We can probably ignore stream types (
Multi
,Observable
/Flowable
,Flux
) for now.The text was updated successfully, but these errors were encountered: