Skip to content

Use rx.Single #1088

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

Open
mattrjacobs opened this issue Feb 4, 2016 · 0 comments
Open

Use rx.Single #1088

mattrjacobs opened this issue Feb 4, 2016 · 0 comments

Comments

@mattrjacobs
Copy link
Contributor

As of RxJava 1.1.0, rx.Single is now available. This is a scalar async value, very similar to a j.u.c.CompletableFuture, but with the Rx operators.
#602 will introduce the concept of a scalar and async command

There is also the possibility of adding a method to HystrixCommand to get a Single out. Or we could even discuss breaking backwards-compatibility and returning an rx.Single from observe() and toObservable(). In terms of types, it's likely the most accurate type for those operations.

Marked as 'discussion' as I'd appreciate feedback on if the above would be valuable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant