Class WarehouseTransactionGenerateEvent
java.lang.Object
overit.geocall.bl.GenericEvent<BOWarehouseTransaction>
overit.geocall.bl.BusinessEvent<BOWarehouseTransaction>
overit.geocall.bl.SimpleBusinessEvent<WarehouseTransactionGenerateInput,BOWarehouseTransaction>
overit.geocallapp.wfm.inventory.bl.warehouse.transaction.event.WarehouseTransactionGenerateEvent
public class WarehouseTransactionGenerateEvent
extends SimpleBusinessEvent<WarehouseTransactionGenerateInput,BOWarehouseTransaction>
Event to generate a
The launcher must provide a valid
The listener generates all the
BOWarehouseTransaction. The launcher must provide a valid
WarehouseTransactionGenerateInput in order to successfully call this event. The listener generates all the
BOWarehouseTransaction components starting from the event input,
i.e. the given WarehouseTransactionGenerateInput. - Since:
- 13.0
- GCApi:
- event
- Reactors:
- No Spouts
BTWarehouseTransactionGenerate(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 warehouse transaction generate 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
-
WarehouseTransactionGenerateEvent
Instantiates a new warehouse transaction generate event.- Parameters:
input- theWarehouseTransactionGenerateInput
-