Class ImmediateSchedulingProcessEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.bl.SimpleBusinessEvent<Long,Void>
overit.geocallapp.wfm.scheduling.bl.immediatescheduling.processing.event.ImmediateSchedulingProcessEvent
Event to execute an immediate scheduling process.
The launcher must provide a valid immediate scheduling last processing id in order to successfully call this event.
The listener processes the immediate scheduling starting from the event input, i.e. the given
The launcher must provide a valid immediate scheduling last processing id in order to successfully call this event.
The listener processes the immediate scheduling starting from the event input, i.e. the given
BOImmediateSchedulingLastProcessing id. - Since:
- 22.0
- GCApi:
- event
- No Reactors
- No Spouts
-
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 immediate scheduling process 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
-
ImmediateSchedulingProcessEvent
Instantiates a new immediate scheduling process event.- Parameters:
input- the immediate scheduling last processing id
-