Class CriticalActivityDetectProcessesUpdateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<CriticalActivityDetectProcessesUpdateInput,Long>
overit.geocallapp.wfm.core.bl.criticalactivity.detectprocess.event.CriticalActivityDetectProcessesUpdateEvent
public class CriticalActivityDetectProcessesUpdateEvent
extends SimpleBusinessEvent<CriticalActivityDetectProcessesUpdateInput,Long>
Event to update a group of filtered
The launcher must provide a valid
The listener updates all the
BOCriticalActivityDetectProcess. The launcher must provide a valid
CriticalActivityDetectProcessesUpdateInput in order to successfully call this event. The listener updates all the
BOCriticalActivityDetectProcess that match the given filter
with the values passed in the CriticalActivityDetectProcessesUpdateInput. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTCriticalActivityDetectProcessesUpdate(0)-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new critical activity detect processes update event. -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
CriticalActivityDetectProcessesUpdateEvent
Instantiates a new critical activity detect processes update event.- Parameters:
input- theCriticalActivityDetectProcessesUpdateInput
-