$mermaidjs
Clean Architecture Demo
Loading...
Searching...
No Matches
IDomainEventDispatcher.cs
Go to the documentation of this file.
2
4
37public interface IDomainEventDispatcher
38{
39 Task DispatchAsync(IReadOnlyCollection<DomainEvent> events, CancellationToken cancellationToken = default);
40}
IDomainEventDispatcher es la interfaz para publicación de eventos del dominio.
Task DispatchAsync(IReadOnlyCollection< DomainEvent > events, CancellationToken cancellationToken=default)