Package com.attivio.util
Class EventUtils
- java.lang.Object
-
- com.attivio.util.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 theevent
to the system repository.
-
-
-
Method Detail
-
addEventWithTimeout
public static void addEventWithTimeout(SystemEvent event) throws AttivioException
Adds theevent
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
-
-