@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.scheduling.annotation.AsyncConfigurer.class) @ConditionalOnBean(value=org.springframework.scheduling.annotation.AsyncConfigurer.class) @AutoConfigureBefore(value=TraceAsyncDefaultAutoConfiguration.class) @ConditionalOnProperty(value="spring.sleuth.async.enabled", matchIfMissing=true) @AutoConfigureAfter(name="org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAutoConfiguration", value=BraveAutoConfiguration.class) public class TraceAsyncCustomAutoConfiguration extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
| Constructor and Description |
|---|
TraceAsyncCustomAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName) |
Object |
postProcessBeforeInitialization(Object bean,
String beanName) |
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionpublic Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization in interface org.springframework.beans.factory.config.BeanPostProcessororg.springframework.beans.BeansExceptionCopyright © 2022 Pivotal Software, Inc.. All rights reserved.