Class 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 Detail

      • CorrelationScopeDecoratorFactoryBean

        public CorrelationScopeDecoratorFactoryBean()
    • Method Detail

      • getObject

        public brave.propagation.CurrentTraceContext.ScopeDecorator getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public Class<? extends brave.propagation.CurrentTraceContext.ScopeDecorator> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.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)