Class WorkloadProvideEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<overit.geocall.wfm.planning.bl.valuemovement.TimedValue>>
overit.geocall.bl.BusinessEvent<List<overit.geocall.wfm.planning.bl.valuemovement.TimedValue>>
overit.geocall.bl.SimpleBusinessEvent<WorkloadProvideInput,List<overit.geocall.wfm.planning.bl.valuemovement.TimedValue>>
overit.geocallapp.wfm.roughplanning.bl.workloadmovement.event.WorkloadProvideEvent
public class WorkloadProvideEvent
extends SimpleBusinessEvent<WorkloadProvideInput,List<overit.geocall.wfm.planning.bl.valuemovement.TimedValue>>
Event for triggering a workload provide operation.
This event carries the input parameters for the operation and
returns the solution in the journal.
- Since:
- 20.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
ConstructorsConstructorDescriptionCreates a new workload provide event with the given input. -
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
-
WorkloadProvideEvent
Creates a new workload provide event with the given input.- Parameters:
input- the input parameters for the operation
-