Package brave.spring.beans
Class CorrelationScopeDecoratorFactoryBean
- java.lang.Object
-
- brave.spring.beans.CorrelationScopeDecoratorFactoryBean
-
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean
public class CorrelationScopeDecoratorFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
Spring XML config does not support chained builders. This converts accordingly
-
-
Constructor Summary
Constructors Constructor Description CorrelationScopeDecoratorFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrentTraceContext.ScopeDecoratorgetObject()Class<? extends CurrentTraceContext.ScopeDecorator>getObjectType()booleanisSingleton()voidsetBuilder(CorrelationScopeDecorator.Builder builder)voidsetConfigs(List<CorrelationScopeConfig> configs)voidsetCustomizers(List<CorrelationScopeCustomizer> customizers)
-
-
-
Method Detail
-
getObject
public CurrentTraceContext.ScopeDecorator getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean
-
getObjectType
public Class<? extends CurrentTraceContext.ScopeDecorator> getObjectType()
- Specified by:
getObjectTypein interfaceorg.springframework.beans.factory.FactoryBean
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean
-
setBuilder
public void setBuilder(CorrelationScopeDecorator.Builder builder)
-
setConfigs
public void setConfigs(List<CorrelationScopeConfig> configs)
-
setCustomizers
public void setCustomizers(List<CorrelationScopeCustomizer> customizers)
-
-