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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SpringIntegrationJmxServicevoidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent) voidsetBeanInterface(Class beanInterface) voidsetJmxPath(String jmxPath) voidsetSpringIntegrationJmxService(SpringIntegrationJmxService springIntegrationJmxService)
-
Constructor Details
-
SpringIntegrationQueueRegistrator
public SpringIntegrationQueueRegistrator()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent) - Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
getBlacklistedTenantIds
-
getTenantListener
-
getBeanInterface
-
setBeanInterface
-
getJmxPath
-
setJmxPath
-
getSpringIntegrationJmxService
-
setSpringIntegrationJmxService
-