From 743f1cc127314cb1e13384b39eba345b8c8b503d Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 4 Apr 2016 17:41:53 +0200 Subject: [PATCH] Updated RxJava docs --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index 11ab51791..cea75e0b7 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -407,7 +407,7 @@ In order to pass the tracing information you have to wrap the same logic in the include::../../../../spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/instrument/hystrix/TraceCommandTests.java[tags=trace_hystrix_command,indent=0] ---- -=== `RxJavaSchedulersHook` to add support for `RxJava` Schedulers +=== RxJava We're registering a custom https://github.com/ReactiveX/RxJava/wiki/Plugins#rxjavaschedulershook [`RxJavaSchedulersHook`] that wraps all `Action0` instances into their Sleuth representative -