Table of Contents

IDomainEvent Interface

Definition

Namespace
Savvyio.Domain
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Domain/IDomainEvent.cs

A marker interface that specifies something that happened in the domain that you want other parts of the same domain (in-process/inner-application) to be made aware of.

public interface IDomainEvent : IRequest, IMetadata
Inherited Members
Extension Methods