@Configuration(proxyBeanMethods=false) @ConditionalnOnSleuthWebClient @ConditionalOnProperty(value="spring.sleuth.web.async.client.enabled", matchIfMissing=true) @ConditionalOnClass(value=org.springframework.web.client.AsyncRestTemplate.class) @ConditionalOnBean(value=org.springframework.cloud.sleuth.Tracer.class) @AutoConfigureAfter(value=BraveAutoConfiguration.class) public class TraceWebAsyncClientAutoConfiguration extends Object
Auto-configuration enables span information propagation for
AsyncClientHttpRequestFactory and AsyncRestTemplate.Copyright © 2022 Pivotal Software, Inc.. All rights reserved.