@Configuration @AutoConfigureAfter(value=TraceAutoConfiguration.class) @ConditionalOnBean(value=brave.Tracing.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 © 2018 Pivotal Software, Inc.. All rights reserved.