public class MessageFlowDataPublisherDataHolder extends Object
Modifier and Type | Method and Description |
---|---|
org.wso2.carbon.utils.ConfigurationContextService |
getContextService() |
static MessageFlowDataPublisherDataHolder |
getInstance() |
org.wso2.carbon.event.stream.core.EventStreamService |
getPublisherService() |
org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
boolean |
isGlobalStatisticsEnabled() |
void |
setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
void |
setGlobalStatisticsEnabled(boolean globalStatisticsEnabled) |
void |
setPublisherService(org.wso2.carbon.event.stream.core.EventStreamService publisherService) |
void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
public static MessageFlowDataPublisherDataHolder getInstance()
public org.wso2.carbon.event.stream.core.EventStreamService getPublisherService()
public void setPublisherService(org.wso2.carbon.event.stream.core.EventStreamService publisherService)
public org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public org.wso2.carbon.utils.ConfigurationContextService getContextService()
public void setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
public boolean isGlobalStatisticsEnabled()
public void setGlobalStatisticsEnabled(boolean globalStatisticsEnabled)
Copyright © 2018 WSO2. All rights reserved.