Class BundlingEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Long>>
overit.geocall.bl.BusinessEvent<List<Long>>
overit.geocall.bl.SimpleBusinessEvent<BundlingInput,List<Long>>
overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.BundlingEvent
Event to create a collection of
The launcher must provide a valid
Bundle by applying the criteria defined in the BundlingInput. The launcher must provide a valid
BundlingInput in order to successfully call this event. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundling(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
Constructors -
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
-
BundlingEvent
Instantiates a new bundling event.- Parameters:
input-BundlingInputthat contains the bundling criteria
-