MediatR
MediatR copied to clipboard
Similar IPipelineBehavior for INotificationHandler
Hi,
Is there a similar IPipelineBehavior for INotificationHandler? In my scenario, I need to validate the data for the all the Notification before processing it using FluentValidation.
thank's