@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(value="spring.sleuth.messaging.sqs.enabled",
matchIfMissing=true)
@ConditionalOnClass(value=org.springframework.cloud.aws.messaging.listener.QueueMessageHandler.class)
protected static class TraceMessagingAutoConfiguration.SleuthSqsConfiguration
extends Object
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.