Class BundleCreateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Long>
overit.geocall.bl.BusinessEvent<Long>
overit.geocall.bl.SimpleBusinessEvent<BundleCreateInput,Long>
overit.geocall.bl.InsertEvent<BundleCreateInput>
overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.event.BundleCreateEvent
Event to create a
The launcher must provide a valid
The listener create a new
Bundle. The launcher must provide a valid
BundleCreateInput that contains the needed parameters in order to successfully call this event. The listener create a new
Bundle starting from the event input. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleCreate(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 bundle create event. -
Method Summary
Methods inherited from class overit.geocall.bl.InsertEvent
getEventOptionsMethods 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
-
BundleCreateEvent
Instantiates a new bundle create event.- Parameters:
input-BundleCreateInputthat contains the needed parameters to create a bundle
-