Class TraceAsyncAutoConfiguration
java.lang.Object
org.springframework.cloud.sleuth.autoconfig.instrument.async.TraceAsyncAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnBean(org.springframework.cloud.sleuth.Tracer.class)
@ConditionalOnProperty(value="spring.sleuth.async.enabled",
matchIfMissing=true)
@EnableConfigurationProperties(SleuthAsyncProperties.class)
@AutoConfigureAfter(BraveAutoConfiguration.class)
public class TraceAsyncAutoConfiguration
extends Object
Auto-configuration for asynchronous communication.- Since:
- 2.1.0
- Author:
- Jesus Alonso
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TraceAsyncAutoConfiguration
public TraceAsyncAutoConfiguration()
-