Class AccountInsertBatchEvent


public class AccountInsertBatchEvent extends BatchInsertEvent<AccountInsertInput>
Business Event to insert a list of 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:
BTAccountInsertBatch(0)
No Spouts
  • Constructor Details