Class SpringIntegrationQueueRegistrator

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

    public class SpringIntegrationQueueRegistrator
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
    Bean waits for context init and then runs jmx beans registration
    • Constructor Detail

      • SpringIntegrationQueueRegistrator

        public SpringIntegrationQueueRegistrator()
    • Method Detail

      • onApplicationEvent

        public void onApplicationEvent​(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
        Specified by:
        onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
      • getBlacklistedTenantIds

        protected java.util.List<java.lang.String> getBlacklistedTenantIds()
      • getBeanInterface

        public java.lang.Class getBeanInterface()
      • setBeanInterface

        public void setBeanInterface​(java.lang.Class beanInterface)
      • getJmxPath

        public java.lang.String getJmxPath()
      • setJmxPath

        public void setJmxPath​(java.lang.String jmxPath)
      • setSpringIntegrationJmxService

        public void setSpringIntegrationJmxService​(SpringIntegrationJmxService springIntegrationJmxService)