AggregateDeleted

Represents an event that is triggered when an aggregate is deleted.

This event can be used to notify other components or services in the system that a specific aggregate has been deleted, allowing them to take any necessary actions, such as updating their state or performing cleanup operations.

Inheritors