Class CustomerDeletedEvent

java.lang.Object
com.brodygaudel.bank.common.event.BaseEvent<String>
com.brodygaudel.bank.common.event.customer.CustomerDeletedEvent

public class CustomerDeletedEvent extends BaseEvent<String>
Event representing the deletion of a customer in the system.

This event is triggered when a customer is successfully deleted from the system. It includes the unique identifier of the customer whose information has been deleted.

See Also:
  • Constructor Details

    • CustomerDeletedEvent

      public CustomerDeletedEvent(String id)
      Constructs a new CustomerDeletedEvent with the specified unique identifier.
      Parameters:
      id - The unique identifier associated with the event, representing the customer whose information has been deleted.