Open
Description
See #315 for history.
We already have HystrixCommand<T>
, which is synchronous and scalar, and HystrixObservableCommand<T>
, which is asynchronous and streaming.
We should add an asynchronous, scalar command as well.
Possible names:
HystrixFutureCommand
HystrixAsyncCommand
This will rely on a (as-yet-undefined) scalar rx.Observable, tracked here: ReactiveX/RxJava#1594
Activity