Sync docs from master to gh-pages

This commit is contained in:
Marcin Grzejszczak
2016-04-04 17:58:03 +02:00
parent 4d459285c6
commit 7dc731ff89

View File

@@ -464,7 +464,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<ul class="sectlevel2">
<li><a href="#_runnable_and_callable">Runnable and Callable</a></li>
<li><a href="#_hystrix">Hystrix</a></li>
<li><a href="#__code_rxjavaschedulershook_code_to_add_support_for_code_rxjava_code_schedulers"><code>RxJavaSchedulersHook</code> to add support for <code>RxJava</code> Schedulers</a></li>
<li><a href="#_rxjava">RxJava</a></li>
<li><a href="#_http_integration">HTTP integration</a></li>
<li><a href="#_http_client_integration">HTTP client integration</a></li>
<li><a href="#_feign">Feign</a></li>
@@ -1575,9 +1575,9 @@ on before the Hystrix command was called. To disable the custom Hystrix Concurre
</div>
</div>
<div class="sect2">
<h3 id="__code_rxjavaschedulershook_code_to_add_support_for_code_rxjava_code_schedulers"><code>RxJavaSchedulersHook</code> to add support for <code>RxJava</code> Schedulers</h3>
<h3 id="_rxjava">RxJava</h3>
<div class="paragraph">
<p>We&#8217;re registering a custom <a href="https://github.com/ReactiveX/RxJava/wiki/Plugins#rxjavaschedulershook" class="bare">https://github.com/ReactiveX/RxJava/wiki/Plugins#rxjavaschedulershook</a> [<code>RxJavaSchedulersHook</code>]
<p>We&#8217;re registering a custom <a href="https://github.com/ReactiveX/RxJava/wiki/Plugins#rxjavaschedulershook"><code>RxJavaSchedulersHook</code></a>
that wraps all <code>Action0</code> instances into their Sleuth representative -
the <code>TraceAction</code>. The hook either starts or continues a span depending on the fact whether tracing was already going
on before the Action was scheduled. To disable the custom RxJavaSchedulersHook set the <code>spring.sleuth.rxjava.schedulers.hook.enabled</code> to <code>false</code>.</p>
@@ -1708,7 +1708,7 @@ To disable Zuul support set the <code>spring.sleuth.zuul.enabled</code> property
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-04-04 16:56:54 CEST
Last updated 2016-04-04 17:42:22 CEST
</div>
</div>
</body>