Class MessagingTracingFactoryBean

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

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

      • MessagingTracingFactoryBean

        public MessagingTracingFactoryBean()
    • Method Detail

      • getObject

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

        public Class<? extends MessagingTracing> 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
      • setTracing

        public void setTracing​(Tracing tracing)