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 Propagation.Factory getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public Class<? extends 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​(Propagation.Factory propagationFactory)