Namespace Compendium.Core.Domain.Events
Classes
- DomainEventBase
Base class for domain events providing common properties and behavior.
- IntegrationEventBase
Base class for integration events providing common properties and behavior. Integration events are used for communication between different bounded contexts or external systems.
Interfaces
- IDomainEvent
Represents a domain event that occurred within the domain. Domain events are used to communicate changes within the same bounded context.
- IIntegrationEvent
Represents an integration event that is published across bounded contexts. Integration events are used for communication between different bounded contexts or external systems.