$mermaidjs
Clean Architecture Demo
Loading...
Searching...
No Matches
IDomainEventDispatcher.cs
Go to the documentation of this file.
1
using
TaskManagement.Domain.Events
;
2
3
namespace
TaskManagement.Application.Interfaces
;
4
37
public
interface
IDomainEventDispatcher
38
{
39
Task
DispatchAsync
(IReadOnlyCollection<DomainEvent> events, CancellationToken cancellationToken =
default
);
40
}
TaskManagement.Application.Interfaces.IDomainEventDispatcher
IDomainEventDispatcher es la interfaz para publicación de eventos del dominio.
Definition
IDomainEventDispatcher.cs:38
TaskManagement.Application.Interfaces.IDomainEventDispatcher.DispatchAsync
Task DispatchAsync(IReadOnlyCollection< DomainEvent > events, CancellationToken cancellationToken=default)
TaskManagement.Application.Interfaces
Definition
IDomainEventDispatcher.cs:3
TaskManagement.Domain.Events
Definition
DomainEvent.cs:4
src
TaskManagement.Application
Interfaces
IDomainEventDispatcher.cs
Generated by
1.9.8