Class SpringIntegrationQueueRegistrator

java.lang.Object
de.hybris.platform.apiregistryservices.jmx.SpringIntegrationQueueRegistrator
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>

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

    • SpringIntegrationQueueRegistrator

      public SpringIntegrationQueueRegistrator()
  • Method Details

    • 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 List<String> getBlacklistedTenantIds()
    • getTenantListener

      public TenantListener getTenantListener()
    • getBeanInterface

      public Class getBeanInterface()
    • setBeanInterface

      public void setBeanInterface(Class beanInterface)
    • getJmxPath

      public String getJmxPath()
    • setJmxPath

      public void setJmxPath(String jmxPath)
    • getSpringIntegrationJmxService

      protected SpringIntegrationJmxService getSpringIntegrationJmxService()
    • setSpringIntegrationJmxService

      public void setSpringIntegrationJmxService(SpringIntegrationJmxService springIntegrationJmxService)