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 brave.propagation.CurrentTraceContext.ScopeDecoratorgetObject()Class<? extends brave.propagation.CurrentTraceContext.ScopeDecorator>getObjectType()booleanisSingleton()voidsetBuilder(brave.baggage.CorrelationScopeDecorator.Builder builder)voidsetConfigs(List<brave.baggage.CorrelationScopeConfig> configs)voidsetCustomizers(List<brave.baggage.CorrelationScopeCustomizer> customizers)
-
-
-
Method Detail
-
getObject
public brave.propagation.CurrentTraceContext.ScopeDecorator getObject()
- Specified by:
getObjectin interfaceorg.springframework.beans.factory.FactoryBean
-
getObjectType
public Class<? extends brave.propagation.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(brave.baggage.CorrelationScopeDecorator.Builder builder)
-
setConfigs
public void setConfigs(List<brave.baggage.CorrelationScopeConfig> configs)
-
setCustomizers
public void setCustomizers(List<brave.baggage.CorrelationScopeCustomizer> customizers)
-
-