You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
As of RxJava 1.1.0,
rx.Single
is now available. This is a scalar async value, very similar to aj.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 aSingle
out. Or we could even discuss breaking backwards-compatibility and returning anrx.Single
fromobserve()
andtoObservable()
. 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.
The text was updated successfully, but these errors were encountered: