Class AccountInsertBatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Long>>
overit.geocall.bl.BusinessEvent<List<Long>>
overit.geocall.bl.SimpleBusinessEvent<List<AccountInsertInput>,List<Long>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<AccountInsertInput,Long>
overit.geocallapp.utilities.core.bl.common.batch.BatchInsertEvent<AccountInsertInput>
overit.geocallapp.wfm.accounts.bl.account.event.AccountInsertBatchEvent
Business Event to insert a list of
For each insert the base event
BOAccount. For each insert the base event
AccountInsertEvent is called and as input it will receive a BOAccount
and a Long representing account's address from the list of AccountInsertInput as input. - Since:
- 17.0
- GCApi:
- event
- Reactors:
- No Spouts
BTAccountInsertBatch(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 account 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
-
AccountInsertBatchEvent
Instantiates a new account insert batch event- Parameters:
input- a list ofAccountInsertInput
-