$mermaidjs
|
Clean Architecture Demo
|
Public Member Functions | |
| TaskCompletedNotificationHandler (IEmailService emailService, ILogger< TaskCompletedNotificationHandler > logger) | |
| Task | Handle (DomainEventWrapper< TaskCompletedEvent > notification, CancellationToken cancellationToken) |
Definition at line 98 of file MediatRDomainEventDispatcher.cs.
| TaskManagement.Infrastructure.EventDispatching.TaskCompletedNotificationHandler.TaskCompletedNotificationHandler | ( | IEmailService | emailService, |
| ILogger< TaskCompletedNotificationHandler > | logger | ||
| ) |
Definition at line 110 of file MediatRDomainEventDispatcher.cs.
| Task TaskManagement.Infrastructure.EventDispatching.TaskCompletedNotificationHandler.Handle | ( | DomainEventWrapper< TaskCompletedEvent > | notification, |
| CancellationToken | cancellationToken | ||
| ) |
Definition at line 117 of file MediatRDomainEventDispatcher.cs.