public class EventFlowServiceValueHolder extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.event.processor.core.EventProcessorService |
getEventProcessorService() |
static org.wso2.carbon.event.publisher.core.EventPublisherService |
getEventPublisherService() |
static org.wso2.carbon.event.receiver.core.EventReceiverService |
getEventReceiverService() |
static org.wso2.carbon.event.stream.core.EventStreamService |
getEventStreamService() |
static void |
registerEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService) |
static void |
registerEventPublisherService(org.wso2.carbon.event.publisher.core.EventPublisherService eventPublisherService) |
static void |
registerEventReceiverService(org.wso2.carbon.event.receiver.core.EventReceiverService eventReceiverService) |
static void |
registerEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService) |
public static void registerEventStreamService(org.wso2.carbon.event.stream.core.EventStreamService eventStreamService)
public static org.wso2.carbon.event.stream.core.EventStreamService getEventStreamService()
public static void registerEventProcessorService(org.wso2.carbon.event.processor.core.EventProcessorService eventProcessorService)
public static org.wso2.carbon.event.processor.core.EventProcessorService getEventProcessorService()
public static void registerEventReceiverService(org.wso2.carbon.event.receiver.core.EventReceiverService eventReceiverService)
public static org.wso2.carbon.event.receiver.core.EventReceiverService getEventReceiverService()
public static void registerEventPublisherService(org.wso2.carbon.event.publisher.core.EventPublisherService eventPublisherService)
public static org.wso2.carbon.event.publisher.core.EventPublisherService getEventPublisherService()
Copyright © 2026 WSO2. All rights reserved.