$mermaidjs
Clean Architecture Demo
Loading...
Searching...
No Matches
TaskManagement.Infrastructure.EventDispatching.TaskCompletedNotificationHandler Class Referencesealed
Inheritance diagram for TaskManagement.Infrastructure.EventDispatching.TaskCompletedNotificationHandler:
Collaboration diagram for TaskManagement.Infrastructure.EventDispatching.TaskCompletedNotificationHandler:

Public Member Functions

 TaskCompletedNotificationHandler (IEmailService emailService, ILogger< TaskCompletedNotificationHandler > logger)
 
Task Handle (DomainEventWrapper< TaskCompletedEvent > notification, CancellationToken cancellationToken)
 

Detailed Description

Definition at line 98 of file MediatRDomainEventDispatcher.cs.

Constructor & Destructor Documentation

◆ TaskCompletedNotificationHandler()

TaskManagement.Infrastructure.EventDispatching.TaskCompletedNotificationHandler.TaskCompletedNotificationHandler ( IEmailService  emailService,
ILogger< TaskCompletedNotificationHandler logger 
)

Definition at line 110 of file MediatRDomainEventDispatcher.cs.

Member Function Documentation

◆ Handle()

Task TaskManagement.Infrastructure.EventDispatching.TaskCompletedNotificationHandler.Handle ( DomainEventWrapper< TaskCompletedEvent notification,
CancellationToken  cancellationToken 
)

Definition at line 117 of file MediatRDomainEventDispatcher.cs.


The documentation for this class was generated from the following file: