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​(brave.Tracing tracing)
      • setProducerSampler

        public void setProducerSampler​(brave.sampler.SamplerFunction<MessagingRequest> producerSampler)
      • setConsumerSampler

        public void setConsumerSampler​(brave.sampler.SamplerFunction<MessagingRequest> consumerSampler)
      • setPropagation

        public void setPropagation​(brave.propagation.Propagation<String> propagation)