IDomainEventDispatcher Interface
Definition
- Assemblies
- Savvyio.Core.dll
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. |