Class CustomerDeletedEvent
java.lang.Object
com.brodygaudel.bank.common.event.BaseEvent<String>
com.brodygaudel.bank.common.event.customer.CustomerDeletedEvent
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 Summary
ConstructorDescriptionConstructs a new CustomerDeletedEvent with the specified unique identifier. -
Method Summary
-
Constructor Details
-
CustomerDeletedEvent
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.
-