Class EventFlowServiceValueHolder
java.lang.Object
org.wso2.carbon.event.flow.internal.EventFlowServiceValueHolder
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.wso2.carbon.event.processor.core.EventProcessorServicestatic org.wso2.carbon.event.publisher.core.EventPublisherServicestatic org.wso2.carbon.event.receiver.core.EventReceiverServicestatic org.wso2.carbon.event.stream.core.EventStreamServicestatic voidregisterEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService) static voidregisterEventPublisherService(org.wso2.carbon.event.publisher.core.EventPublisherService eventPublisherService) static voidregisterEventReceiverService(org.wso2.carbon.event.receiver.core.EventReceiverService eventReceiverService) static voidregisterEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService)
-
Method Details
-
registerEventStreamService
public static void registerEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService) -
getEventStreamService
public static org.wso2.carbon.event.stream.core.EventStreamService getEventStreamService() -
registerEventProcessorService
public static void registerEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService) -
getEventProcessorService
public static org.wso2.carbon.event.processor.core.EventProcessorService getEventProcessorService() -
registerEventReceiverService
public static void registerEventReceiverService(org.wso2.carbon.event.receiver.core.EventReceiverService eventReceiverService) -
getEventReceiverService
public static org.wso2.carbon.event.receiver.core.EventReceiverService getEventReceiverService() -
registerEventPublisherService
public static void registerEventPublisherService(org.wso2.carbon.event.publisher.core.EventPublisherService eventPublisherService) -
getEventPublisherService
public static org.wso2.carbon.event.publisher.core.EventPublisherService getEventPublisherService()
-