Package org.commonjava.indy.change
Class EventUtils
- java.lang.Object
-
- org.commonjava.indy.change.EventUtils
-
public class EventUtils extends Object
Common way to insulate the system from event processing failures. Event handling is derivative or peripheral to the main user workflows, even though it can harm long-term operation of the system. However, we can still serve content if even handling is malfunctioning...and errors in event handling cannot be fixed by the user anyway. Created by jdcasey on 11/1/17.
-
-
Constructor Summary
Constructors Constructor Description EventUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> voidfireEvent(javax.enterprise.event.Event<T> dispatcher, T event)
-