Table of Contents

IDomainEventDispatcher Interface

Definition

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

Defines a Domain Event dispatcher that uses Fire-and-Forget/In-Only MEP.

public interface IDomainEventDispatcher : IDispatcher
Extension Methods

Methods

Name Description
Raise(IDomainEvent)

Invokes any domain event handlers that is assigned to the specified event.

RaiseAsync(IDomainEvent, Action<AsyncOptions>)

Invokes any domain event handlers that is assigned to the specified event.

See Also