Class EventUtils


  • public class EventUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EventUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void addEventWithTimeout​(SystemEvent event)
      Adds the event to the system repository.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EventUtils

        public EventUtils()
    • Method Detail

      • addEventWithTimeout

        public static void addEventWithTimeout​(SystemEvent event)
                                        throws AttivioException
        Adds the event to the system repository. If the repository is unavailable or non-responsive, times out after 3 seconds and logs the event instead.
        Parameters:
        event -
        Throws:
        AttivioException