Class AddressUpdateBatchEvent


public class AddressUpdateBatchEvent extends BatchUpdateEvent<BOAddress>
Business Event to update a list of BOAddress.
For each update the base event AddressUpdateEvent is called and as input it will receive a BOAddress from the list of BOAddress as input.
Since:
17.0
GCApi:
event
Reactors:
BTAddressUpdateBatch(0)
No Spouts
  • Constructor Details

    • AddressUpdateBatchEvent

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