@Configuration @ConditionalOnClass(value=com.github.kristofa.brave.Brave.class) protected static class ZipkinServerConfiguration.BraveSpanStoreEnhancer extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
Modifier | Constructor and Description |
---|---|
protected |
BraveSpanStoreEnhancer() |
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.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 © 2015–2016 OpenZipkin. All rights reserved.