Package ext.api.centrallog.api
Class ProcessLogEventEmitter
- java.lang.Object
-
- ext.api.centrallog.api.ProcessLogEventEmitter
-
@ApplicationScoped public class ProcessLogEventEmitter extends Object
The type Process log event emitter.
-
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_QUEUEThe constant EVENT_QUEUE.static StringPROCESS_LOG_EVENT_TYPE_KEYThe constant PROCESS_LOG_EVENT_TYPE_KEY.
-
Constructor Summary
Constructors Constructor Description ProcessLogEventEmitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidemitProcessEvent(@Valid NodeEndEvent event)Emit process event.voidemitProcessEvent(@Valid NodeStartEvent event)Emit process event.voidemitProcessEvent(@Valid OpenIncidentEvent event)Emit process event.voidemitProcessEvent(@Valid ProcessEndEvent event)Emit process event.voidemitProcessEvent(@Valid ProcessStartEvent event)Emit process event.voidemitProcessEvent(ResolvedIncidentEvent event)Emit process event.
-
-
-
Field Detail
-
PROCESS_LOG_EVENT_TYPE_KEY
public static final String PROCESS_LOG_EVENT_TYPE_KEY
The constant PROCESS_LOG_EVENT_TYPE_KEY.- See Also:
- Constant Field Values
-
EVENT_QUEUE
public static final String EVENT_QUEUE
The constant EVENT_QUEUE.- See Also:
- Constant Field Values
-
-
Method Detail
-
emitProcessEvent
public void emitProcessEvent(@Valid @Valid NodeStartEvent event) throws RhpamExceptionEmit process event.- Parameters:
event- the event- Throws:
RhpamException- the rhpam exception
-
emitProcessEvent
public void emitProcessEvent(@Valid @Valid NodeEndEvent event) throws RhpamExceptionEmit process event.- Parameters:
event- the event- Throws:
RhpamException- the rhpam exception
-
emitProcessEvent
public void emitProcessEvent(@Valid @Valid ProcessEndEvent event) throws RhpamExceptionEmit process event.- Parameters:
event- the event- Throws:
RhpamException- the rhpam exception
-
emitProcessEvent
public void emitProcessEvent(@Valid @Valid ProcessStartEvent event) throws RhpamExceptionEmit process event.- Parameters:
event- the event- Throws:
RhpamException- the rhpam exception
-
emitProcessEvent
public void emitProcessEvent(@Valid @Valid OpenIncidentEvent event) throws RhpamExceptionEmit process event.- Parameters:
event- the event- Throws:
RhpamException- the rhpam exception
-
emitProcessEvent
public void emitProcessEvent(ResolvedIncidentEvent event) throws RhpamException
Emit process event.- Parameters:
event- the event- Throws:
RhpamException- the rhpam exception
-
-