Interface IGeneratesDomainEvents
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public interface IGeneratesDomainEvents
Methods
ClearDistributedEvents()
Declaration
void ClearDistributedEvents()
ClearLocalEvents()
Declaration
void ClearLocalEvents()
GetDistributedEvents()
Declaration
IEnumerable<DomainEventRecord> GetDistributedEvents()
Returns
Type | Description |
---|---|
IEnumerable<DomainEventRecord> |
GetLocalEvents()
Declaration
IEnumerable<DomainEventRecord> GetLocalEvents()
Returns
Type | Description |
---|---|
IEnumerable<DomainEventRecord> |