Interface EventTranslatorConfig

  • All Known Implementing Classes:
    EventTranslatorConfigFactory

    public interface EventTranslatorConfig

    EventTranslatorConfig interface.

    Version:
    $Id: $
    Author:
    ranger
    • Method Detail

      • getUEIList

        java.util.List<java.lang.String> getUEIList()
        Get the list of UEIs that are registered in the passive status configuration.
        Returns:
        list of UEIs
      • translateEvent

        java.util.List<Event> translateEvent​(Event e)
        Translate the @param e to a new event
        Parameters:
        e - Event
        Returns:
        a translated event
      • update

        void update()
             throws java.lang.Exception

        update

        Throws:
        java.lang.Exception - if any.