Class ClaxonRegistryFactoryBean

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

    public class ClaxonRegistryFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean<ClaxonRegistry>, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    • Constructor Detail

      • ClaxonRegistryFactoryBean

        public ClaxonRegistryFactoryBean()
    • Method Detail

      • setEmitterMap

        public void setEmitterMap​(Map<String,​Emitter> emitterMap)
      • isSingleton

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

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

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

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