Class AutomaticBundlingEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Long>>
overit.geocall.bl.BusinessEvent<List<Long>>
overit.geocall.bl.SimpleBusinessEvent<Void,List<Long>>
overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.AutomaticBundlingEvent
Event to launch the automatic bundling process, which allows to create a collection of new
Bundles
by applying all the currently active BundlingRules. - Since:
- 11.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAutomaticBundling(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
ConstructorsConstructorDescriptionAutomaticBundlingEvent(Void input) Instantiates a new automatic bundling 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
-
AutomaticBundlingEvent
Instantiates a new automatic bundling event.- Parameters:
input- isVoid(the event needs no input)
-