From 00aa1d38a21394811e8ab555535a7a3e01d4b10a Mon Sep 17 00:00:00 2001 From: Matt Jacobs Date: Tue, 20 Jan 2015 12:10:31 -0800 Subject: [PATCH] s/observeOne/observeOn --- .../hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj b/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj index 564611339..475026d71 100644 --- a/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj +++ b/hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj @@ -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