Class CurrentTraceContextFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean

    public class CurrentTraceContextFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean
    Spring XML config does not support chained builders. This converts accordingly
    • Constructor Detail

      • CurrentTraceContextFactoryBean

        public CurrentTraceContextFactoryBean()
    • Method Detail

      • getObject

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

        public Class<? extends brave.propagation.CurrentTraceContext> 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
      • setScopeDecorators

        public void setScopeDecorators​(List<brave.propagation.CurrentTraceContext.ScopeDecorator> scopeDecorators)
      • setCustomizers

        public void setCustomizers​(List<brave.propagation.CurrentTraceContextCustomizer> customizers)