Interface ITracedDomainEvent
- Namespace
- Savvyio.Domain.EventSourcing
- Assembly
- Savvyio.Core.dll
Specifies something that happened in the domain that you want other parts of the same domain (in-process/inner-application) to be aware of.
public interface ITracedDomainEvent : IDomainEvent, IRequest, IMetadata
- Inherited Members
- Extension Methods