Class AddressInsertBatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Long>>
overit.geocall.bl.BusinessEvent<List<Long>>
overit.geocall.bl.SimpleBusinessEvent<List<BOAddress>,List<Long>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<BOAddress,Long>
overit.geocallapp.utilities.core.bl.common.batch.BatchInsertEvent<BOAddress>
overit.geocallapp.wfm.locations.bl.address.event.AddressInsertBatchEvent
Business Event to insert a list of
For each insert the base event
BOAddress. For each insert the base event
AddressInsertEvent is called and as input it will receive a BOAddress
from the list of BOAddress as input. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAddressInsertBatch(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
ConstructorsConstructorDescriptionAddressInsertBatchEvent(List<BOAddress> input) Instantiates a new address insert batch 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
-
AddressInsertBatchEvent
Instantiates a new address insert batch event- Parameters:
input- a list ofBOAddress
-