Class DataDogEmitterFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean<DataDogEmitter>, org.springframework.beans.factory.InitializingBean

    public class DataDogEmitterFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<DataDogEmitter>, org.springframework.beans.factory.InitializingBean
    • Constructor Detail

      • DataDogEmitterFactoryBean

        public DataDogEmitterFactoryBean()
    • Method Detail

      • setPrefix

        public void setPrefix​(String prefix)
      • setHostName

        public void setHostName​(String hostName)
      • setPort

        public void setPort​(int port)
      • setCountAsCount

        public void setCountAsCount​(boolean countAsCount)
      • setConstantTags

        public void setConstantTags​(Tag[] constantTags)
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean<DataDogEmitter>
      • getObjectType

        public Class<?> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean<DataDogEmitter>
      • getObject

        public DataDogEmitter getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean<DataDogEmitter>
      • afterPropertiesSet

        public void afterPropertiesSet()
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean