Skip to content

Commit

Permalink
s/observeOne/observeOn
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jacobs committed Jan 20, 2015
1 parent 27fcc4a commit 00aa1d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
(observe-later-on* [this scheduler] (.observeOn (.toObservable this) scheduler))
HystrixCollapser
(observe-later* [this] (.toObservable this))
(observe-later-on* [this scheduler] (.observeOne (.toObservable this) scheduler)))
(observe-later-on* [this scheduler] (.observeOn (.toObservable this) scheduler)))

(defn observe-later
"Same as #'com.netflix.hystrix.core/observe, but command execution does not begin until the
Expand Down

0 comments on commit 00aa1d3

Please sign in to comment.