Class UnbundlingEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Long>>
overit.geocall.bl.BusinessEvent<List<Long>>
overit.geocall.bl.SimpleBusinessEvent<UnbundlingInput,List<Long>>
overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.UnbundlingEvent
Event to dissolve a list of
The launcher must provide a valid
The listener unbundles all the
Bundles. The launcher must provide a valid
UnbundlingInput in order to successfully call this event. The listener unbundles all the
BOWorkOrderOperations that are aggregated in the given Bundles
starting from the event input. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTUnbundling(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
-
UnbundlingEvent
Instantiates a new unbundling event.- Parameters:
input-UnbundlingInputthat contains a list ofBundles
-