@Deprecated @Configuration(proxyBeanMethods=false) @ConditionalOnBean(value=org.springframework.scheduling.annotation.AsyncConfigurer.class) @AutoConfigureBefore(value=AsyncDefaultAutoConfiguration.class) @ConditionalOnProperty(value="spring.sleuth.async.enabled", matchIfMissing=true) @AutoConfigureAfter(value=TraceSchedulingAutoConfiguration.class) public class AsyncCustomAutoConfiguration extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Constructor and Description |
---|
AsyncCustomAutoConfiguration()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Object |
postProcessAfterInitialization(Object bean,
String beanName)
Deprecated.
|
Object |
postProcessBeforeInitialization(Object bean,
String beanName)
Deprecated.
|
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessBeforeInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
postProcessAfterInitialization
in interface org.springframework.beans.factory.config.BeanPostProcessor
org.springframework.beans.BeansException
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.