Show / Hide Table of Contents

Class MessageFailedDomainEventHandler

Inheritance
object
MessageFailedDomainEventHandler
Implements
INotificationHandler<MessageFailedDomainEvent>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Application.Features.Events
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class MessageFailedDomainEventHandler : INotificationHandler<MessageFailedDomainEvent>

Constructors

| Edit this page View Source

MessageFailedDomainEventHandler(ILogger<MessageFailedDomainEvent>, IMapper, INotificationLogRepository)

Declaration
public MessageFailedDomainEventHandler(ILogger<MessageFailedDomainEvent> logger, IMapper mapper, INotificationLogRepository repository)
Parameters
Type Name Description
ILogger<MessageFailedDomainEvent> logger
IMapper mapper
INotificationLogRepository repository

Methods

| Edit this page View Source

Handle(MessageFailedDomainEvent, CancellationToken)

Handles a notification

Declaration
public Task Handle(MessageFailedDomainEvent messageEvent, CancellationToken cancellationToken)
Parameters
Type Name Description
MessageFailedDomainEvent messageEvent
CancellationToken cancellationToken

Cancellation token

Returns
Type Description
Task

Implements

MediatR.INotificationHandler<TNotification>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX