Package ext.api.centrallog.api
Class ProcessLogEventEmitter
- java.lang.Object
-
- ext.api.centrallog.api.ProcessLogEventEmitter
-
@ApplicationScoped @Traced public class ProcessLogEventEmitter extends Object
The type Process log event emitter.
-
-
Constructor Summary
Constructors Constructor Description ProcessLogEventEmitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidemitMessageEvent(@Valid MessageEvent event)Emit message event.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.
-
-
-
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
-
emitMessageEvent
public void emitMessageEvent(@Valid @Valid MessageEvent event) throws RhpamExceptionEmit message 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
-
-