Class CustomerUpdateEvent


public class CustomerUpdateEvent extends InsertEvent<CustomerUpdateInput>
Event to update a Customer, including the main TechnicalObject with its BOMeters and BOContacts.
The launcher must provide a valid CustomerInsertInput in order to successfully call this event.
Since:
9.2
GCApi:
event
Reactors:
BTCustomerUpdate(0)
No Spouts
  • Constructor Details

    • CustomerUpdateEvent

      public CustomerUpdateEvent(CustomerUpdateInput input)
      Instantiates a new customer update event.
      Parameters:
      input - the prepared customer data to update