Class AddressInsertBatchEvent


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

    • AddressInsertBatchEvent

      public AddressInsertBatchEvent(List<BOAddress> input)
      Instantiates a new address insert batch event
      Parameters:
      input - a list of BOAddress