Class BundlingCriteriaApplyEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Map<BOBundleCriterion,List<BOWorkOrderOperation>>>
overit.geocall.bl.BusinessEvent<Map<BOBundleCriterion,List<BOWorkOrderOperation>>>
overit.geocall.bl.SimpleBusinessEvent<BundlingCriteriaApplyInput,Map<BOBundleCriterion,List<BOWorkOrderOperation>>>
overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.BundlingCriteriaApplyEvent
public class BundlingCriteriaApplyEvent
extends SimpleBusinessEvent<BundlingCriteriaApplyInput,Map<BOBundleCriterion,List<BOWorkOrderOperation>>>
Event to apply a
The launcher must provide a valid
The listener applies all the
BOBundleCriterion to a certain group of BOWorkOrderOperations. The launcher must provide a valid
BundlingCriteriaApplyInput in order to successfully call this event. The listener applies all the
BOBundleCriterion components starting from the event input,
i.e. the given BundlingCriteriaApplyInput. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundlingCriteriaApply(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 bundling criteria apply 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
-
BundlingCriteriaApplyEvent
Instantiates a new bundling criteria apply event.- Parameters:
input- theBundlingCriteriaApplyInput
-