Interface EventService

  • All Known Implementing Classes:
    EventServiceImpl

    public interface EventService
    Class for managing the content event environment. The EventManager mainly acts as a factory for Dispatchers, which are used by the Context to send events to consumers. It also contains generally useful utility methods. Version: $Revision$
    • Method Detail

      • getDispatcher

        Dispatcher getDispatcher​(String name)
        Get dispatcher for configuration named by "name". Returns cached instance if one exists.
        Parameters:
        name - dispatcher name
        Returns:
        chached instance of dispatcher
      • getConsumerIndex

        int getConsumerIndex​(String consumerClass)