Class BaggagePropagationFactoryBean

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

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

      • BaggagePropagationFactoryBean

        public BaggagePropagationFactoryBean()
    • Method Detail

      • getObject

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

        public Class<? extends brave.propagation.Propagation.Factory> 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
      • setPropagationFactory

        public void setPropagationFactory​(brave.propagation.Propagation.Factory propagationFactory)
      • setConfigs

        public void setConfigs​(List<brave.baggage.BaggagePropagationConfig> configs)
      • setCustomizers

        public void setCustomizers​(List<brave.baggage.BaggagePropagationCustomizer> customizers)