Class EventFlowServiceValueHolder

java.lang.Object
org.wso2.carbon.event.flow.internal.EventFlowServiceValueHolder

public class EventFlowServiceValueHolder extends Object
  • 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()