@Configuration @ConditionalOnBean(value=Tracer.class) @ConditionalOnClass(value=rx.plugins.RxJavaSchedulersHook.class) @ConditionalOnProperty(value="spring.sleuth.rxjava.schedulers.hook.enabled", matchIfMissing=true) @EnableConfigurationProperties(value=SleuthRxJavaSchedulersProperties.class) public class RxJavaAutoConfiguration extends Object
Auto-configuration that
enables support for RxJava via RxJavaSchedulersHook.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.